Revision [32659]
This is an old revision of rsync made by coolpup on 2019-09-14 21:37:02.
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 /mounted/partitionA/source_data_directory
rsync -u -v -a -A -X --delete --info=progress2 -e ssh ./ /mounted/partitionB/destination_data_directory
Categories
CategorySoftwareTopPackagesCategorySoftware
CategoryTutorial