fssync 1.0-1 source package in Ubuntu

Changelog

fssync (1.0-1) unstable; urgency=low


  * Initial release (Closes: #732332)

 -- Julien Muchembled <email address hidden>  Wed, 18 Dec 2013 20:38:51 +0100

Upload details

Uploaded by:
Julien Muchembled
Uploaded to:
Sid
Original maintainer:
Julien Muchembled
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
fssync_1.0-1.dsc 1.1 KiB 4eef63d6cb2491622b171a4fc3235570aaa40da0cfb7c9a47d0534d4e540d278
fssync_1.0.orig.tar.xz 25.8 KiB bcd0595afdac5871942a5f07ef53e8ea7c6ac9286caa0546d567f87e8b80ae09
fssync_1.0-1.debian.tar.xz 2.1 KiB 2bd7afc627b1b0cb4a32c0ed71c030317d4a422c58039db05dae2c65fba033a3

No changes file available.

Binary packages built by this source

fssync: File system synchronization tool (1-way, over SSH)

 fssync is a 1-way file-synchronization tool that tracks inodes and maintains a
 local database of files that are on the remote side, making it able to:
  - handle efficiently a huge number of dirs/files
  - detect renames/moves and hard-links
 .
 It aims at minimizing network traffic and synchronizing every detail of a file
 system:
  - all types of inode: file, dir, block/character/fifo, socket, symlink
  - preserve hard links
  - modification time, ownership/permission/ACL, extended attributes
  - sparse files
 .
 Other features:
  - it can be configured to exclude files from synchronization
  - fssync can be interrupted and resumed at any time, making it tolerant to
    random failures (e.g. network error)
  - algorithm to synchronize file content is designed to handle big files
    like VM images efficiently, by updating fixed-size modified blocks in-place
 .
 Main usage of fssync is to prevent data loss in case of hardware failure,
 where RAID1 is not possible (e.g. in laptops).
 .
 On Btrfs file systems, fssync is an useful alternative to `btrfs send` (and
 `receive`) commands, thanks to filtering capabilities. This can be combined
 with Btrfs snapshotting at destination side for a full backup solution.