Skip to content

Commit dfca6d6

Browse files
authored
Add files via upload
1 parent 317c9fe commit dfca6d6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

rsync-module.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,10 @@ R_DEST=$2
1212
R_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

2816
R_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

3720
R_EXCLUDE="--exclude vmware.log --exclude vmware-*.log --exclude @eaDir/ --exclude @eaDir --exclude Thumbs.db"
3821

0 commit comments

Comments
 (0)