Backup

rsync – fast incremental file transfer

rsync is an open source utility that provides fast incremental file transfer. It copies files either to or from a remote host, or locally on the current host (it does not support copying files between two remote hosts). It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists.

rsync uses a delta-transfer algorithm which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand. At first glance this may seem impossible because the calculation of diffs between two files normally requires local access to both files.

The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link.

Key Features

  • Can update whole directory trees and filesystems.
  • Optionally preserves symbolic links, hard links, file ownership, permissions, devices and times.
  • Requires no special privileges to install.
  • Internal pipelining reduces latency for multiple files.
  • Can use rsh, ssh or direct sockets as the transport.
  • Exclude and exclude-from options similar to GNU tar.
  • Supports anonymous or authenticated rsync daemons which is ideal for mirroring.
  • A CVS exclude mode for ignoring the same files that CVS would ignore.
  • Can use any transparent remote shell, including ssh or rsh.

Website: rsync.samba.org
Support: Documentation
Developer: Andrew Tridgell (original developer), Wayne Davison, and many contributors
License: GNU General Public License v2.0

rsync is written in C. Learn C with our recommended free books and free tutorials.


Related Software

Backup Tools
resticFast, efficient and secure backup software
BorgDeduplicating backup software
DuplicityEncrypted bandwidth-efficient backup
TimeShiftTakes regular incremental snapshots of the filesystem
DuplicatiStore encrypted backups online
bupBackup a system based on the git packfile format
Déjà DupHides the complexity of doing backups the Right Way
BaculaNetwork backup, recovery and verification
KopiaSecure backup/restore tool that allows you to create encrypted snapshots
ClonezillaOffers similar functionality to Symantec Ghost
BareosBackup Archiving Recovery Open Sourced
rsyncFast remote file copy program
BackupPCHigh-performance, enterprise-grade system for backing up PCs
VortaDesktop client for Borg Backup
BackrestWeb UI and orchestrator for restic backup
Back in TimeEquivalent of OS X's Time Machine
UrBackupEasy to setup open source client/server backup system
Rescuezilla Easy backup, recovery & bare metal restore
Mondo RescueA powerful disaster recovery suite
KBackupBackup program targeted at non-computer experts
rsnapshotLocal and remote filesystem snapshot utility
AmandaAdvanced Maryland Automatic Network Disk Archiver
FOGCloning / imaging solution / rescue suite
PartcloneProvides utilities to save and restore used blocks on a partition
XtraBackupBackup tool for InnoDB and XtraDB databases
PlakarScalable backup solution
kupBackup scheduler for the Plasma desktop
BURPUses librsync to save network traffic and space
BtrbkBackup tool for btrfs subvolumes
Pika BackupApp focused on backups of personal data
PINGAlso offers similar functionality to Symantec Ghost
darFull featured archiver with support for differential backups
tarTar archiving utility
Cedar BackupLocal and remote backups to CD or DVD media
shallow-backupGit-integrated backup tool
ArchiveKeepKeeps your files archived in multiple places
ZnapZendZFS centric backup tool
VykarFast, encrypted, deduplicated backups in Rust

Read our verdict in the software roundup.

File Synchronization Tools
SyncthingContinuous file synchronization program
UnisonFile-synchronization tool for POSIX-compliant systems
RcloneCommand line program to sync files and directories
rsyncFast incremental file transfer
CryptomatorMulti-platform transparent client-side encryption of files in the cloud
FreeFileSyncFolder comparison and synchronization software
GrsyncGraphical user interface for rsync
syncBackupBackup and mirror your drives
SeafileCoud storage system with privacy protection and teamwork features
CelesteGUI file synchronization client
luckyBackupBackup & sync tool
YARsyncYet Another Rsync
Sync-inFile sync and server management
osyncTwo way filesync script running on Bash
bitaDifferential file synchronization over HTTP
SpacedriveFile manager powered by a virtual distributed filesystem

Read our verdict in the software roundup.

Alternatives to cp
xcpExtended cp written in Rust
fcpSignificantly faster alternative to cp
gcpGoffi's cp, a fancy file copier
pycpcp and mv with a progressbar
rsyncFast incremental file transfer
Fast Unix CommandsProvides alternatives for rm and cp
renameutilsMake copying files faster and less cumbersome
cpy-cliAccepts globs and creates non-existent destination directories.
cpzZippy alternative to cp
lunasSyncing tool handling more than two directories locally and remotely
BCMRBetter Copy Move Remove

Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments