Revision [32656]
This is an old revision of rsync made by coolpup on 2019-09-14 21:20:08.
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 /directory/with/original/data
rsync -u -v -a -A -X --delete --info=progress2 -e ssh ./ /mounted/partition/backup/directory
- puppy-rsync - GUI using gtkdialog
Categories
CategorySoftwareTopPackagesCategorySoftware
CategoryTutorial