--info=progress2 instead of --progress is useful for large transfers, as it gives overall progress, instead of (millions of lines for) individual files.
Also:
Code:
man rsync
Code:
rsync --help
Code:
rsync -avxHAWX --numeric-ids --progress /home/rab/* /mnt/sdb/backup
Leave a comment: