NAS System
User Manual
77
Sample Setting:
Name: rsynctest
Type: Share
Backup Method: Rsync
Select Shares to backup: share2 (selected)
Rsync Client Options
IP: 192.168.99.127
Remote Path: share1
Account: admin
Password: 00000000
Mode: Upload
More Options: -rvlHpogDt –progress
Summary of Rsync default options:
-r, --recursive
Recurse into directories
-v, --verbose
Increase verbosity. This option increases the amount of information
given during the transfer
-l, --links
Copy symlinks as symlinks
H, --hard-links Preserve hard links
-p, --perms
Preserve permissions. This option causes the receiving Rsync to set the
destination permissions to be the same as the source permissions.
-o, --owner
Preserve owner (super-user only). This option causes Rsync to set the
owner of the destination file to be the same as the source file
-g, --group
Preserve group. This option causes Rsync to set the group of the
destination file to be the same as the source file.
-D, --devices
Preserve device files
-t, --times
Preserve times
--progress
Show progress during transfer (shown in the Rsync log)