Rsync Basics Tutorial With Examples
Rsync is a tool used to synchronise files both locally and remotely on Linux systems. Commonly used for backups and mirroring, Rsync uses a delta-transfer algorithm which sends only the differences between the files.
Tue, 01 Nov 2022 11:50 UTC