rsync
incremental file transfer- software package rsync {source code}
- verify installed version via the command-line interface:
rsync --version
- backup data/synchronize directories via the command-line interface:
cd source_data_directory
rsync -u -v -a -A -X --delete --info=progress2 -e ssh ./ destination_data_directory
IMPORTANT: the destination directory must be located on a mounted partition on a different drive to where the source directory is located.
Categories
CategorySoftwareTopPackagesCategorySoftware
CategoryTutorial