Revision [32658]
This is an old revision of rsync made by coolpup on 2019-09-14 21:31:11.
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/partition/source_data_directory
rsync -u -v -a -A -X --delete --info=progress2 -e ssh ./ /mounted/partition/destination_data_directory
- puppy-rsync - GUI using gtkdialog
Categories
CategorySoftwareTopPackagesCategorySoftware
CategoryTutorial