rsync - Wikipedia
https://en.wikipedia.org/wiki/Rsync
rsync is a utility for efficiently transferring and synchronizing files between a computer and an external hard drive and across networked computers by comparing the modification times and sizes of files.
rsync(1) - Linux man page
https://linux.die.net/man/1/rsync
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over rsync(1) - Linux man page. Name. rsync -- a fast, versatile, remote (and local) file-copying tool.
Linux rsync command help and examples
https://www.computerhope.com/unix/rsync.htm
rsync is a fast and extraordinarily versatile file copying tool. It can copy locally , to/from another host over rsync finds files that need to be transferred using a "quick check" algorithm (by default) that...
rsync - Community Help Wiki
https://help.ubuntu.com/community/rsync
Rsync is a fast and extraordinarily versatile file copying tool. Alternatively, you can use the rsync daemon (see Rsync Daemon which requires much more configuration.
rsync
https://rsync.samba.org/
rsync is an open source utility that provides fast incremental file transfer. rsync is If you are running (1) an rsync client older than 3.1.3 with --xattrs enabled, (2) a writable rsync daemon older than 3.1.3...
How To Use Rsync to Sync Local and Remote Directories | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories
Rsync is a tool for intelligently syncing local and remote directories. In this article we will explore the basic usage of What Is Rsync? Basic Syntax. How To Use Rsync to Sync with a Remote System.
Rsync Command in Linux with Examples | Linuxize
https://linuxize.com/post/how-to-use-rsync-for-local-and-remote-data-transfer-and-synchronization/
rsync is a fast and versatile command-line utility for synchronizing files and directories between two locations over a remote shell, or from/to a remote Rsync daemon.