File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,10 @@ R_DEST=$2
1212R_LOGFILE=$3
1313
1414# Options:
15- # -r recurse into directories
16- # -l copy symlinks as symlinks
17- # -t preserve modification times
18- # -g preserve group
19- # -o preserve owner
20- # -D preserve device and special files
21- # -h human readable progress
22- # -v increase verbosity
23-
24- # --delete-during receiver deletes during the transfer
25- # --inplace write updated data directly to destination file
26- # --log-file specify log file
2715
2816R_OPTIONS=" -rltgoDhv --delete-during --inplace --progress --log-file=" ${R_LOGFILE}
2917
3018# Files to exclude:
31- # vmware.log VMware virtual machine log files
32- # vmware-*.log
33- # @eaDir/ Synology extended attributes (?)
34- # @eaDir
35- # Thumbs.db Windows system files
3619
3720R_EXCLUDE=" --exclude vmware.log --exclude vmware-*.log --exclude @eaDir/ --exclude @eaDir --exclude Thumbs.db"
3821
You can’t perform that action at this time.
0 commit comments