How to Install and Uninstall fssync Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "fssync" package

Please follow the steps below to install fssync on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install fssync

2. Uninstall "fssync" package

Please follow the step by step instructions below to uninstall fssync on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove fssync $ sudo apt autoclean && sudo apt autoremove

3. Information about the fssync package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: fssync
Priority: extra
Section: universe/utils
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Muchembled
Architecture: all
Version: 1.5-1build1
Depends: python3 (>= 3.3), python3-pylibacl (>> 0.5.1-1.1), openssh-client | openssh-server
Filename: pool/universe/f/fssync/fssync_1.5-1build1_all.deb
Size: 20584
MD5sum: 8108a9567913fb2ff20b9dc5ab44680f
SHA1: 357bd08883aa3f60cda4d37ab3816a03d0a36bbe
SHA256: c2f76e3a41eac22262343358f4c9d024265a3c21ceaa55846d0c2242b2f616c6
Description-en: 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.
Description-md5: fe4ec9632ddd01f746d426579a4630f6
Homepage: http://jmuchemb.eu/fssync.git
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu