rsync

From Freephile Wiki
Rsync /
Revision as of 16:18, 19 June 2017 by Freephile (talk | contribs) (Created page with "{{DISPLAYTITLE:rsync}} wp:rsync is a utility for efficiently transferring and synchronizing files across computer systems, by checking the timestamp and size of files; and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wp:rsync is a utility for efficiently transferring and synchronizing files across computer systems, by checking the timestamp and size of files; and optionally a checksum comparison. It is commonly found on Unix-like systems and functions as both a file synchronization and file transfer program. The rsync algorithm is a type of delta encoding, so that only file differences are transmitted across the network. Zlib may be used for additional compression, and SSH or stunnel can be used for data transport security.