An utility that provides fast incremental file transfer https://rsync.samba.org/
Go to file
2024-04-11 10:23:14 +02:00
README.md switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsync-2.6.9-cve_2007_4091.patch switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsync-2.6.9-munge-symlinks.patch switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsync-conf switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsync-rsyncd_conf update default rsyncd.conf [release 3.2.7-2mamba;Thu Aug 10 2023] 2024-01-05 17:30:35 +01:00
rsync-xinetd switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsync.spec automatic version update by autodist [release 3.3.0-1mamba;Mon Apr 08 2024] 2024-04-11 10:23:14 +02:00
rsyncd-logrotate switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsyncd.socket switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00
rsyncd@.service switch from xinet to systemd for socket activation [release 3.1.0-2mamba;Sun Sep 29 2013] 2024-01-05 17:30:34 +01:00

rsync

rsync is a file transfer program for Unix systems. rsync uses the "rsync 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.

Some features of rsync include:

  • can update whole directory trees and filesystems
  • optionally preserves symbolic links, hard links, file ownership, permissions, devices and times
  • requires no special privilages to install
  • internal pipelining reduces latency for multiple files
  • can use rsh, ssh or direct sockets as the transport
  • supports anonymous rsync which is ideal for mirroring