mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Added comment for SMB shares
This commit is contained in:
parent
2a270fc9c3
commit
5612badadb
@ -152,6 +152,7 @@ PATH_SEPARATOR_CHAR=";"
|
|||||||
|
|
||||||
## Optional arguments passed to rsync executable. The following are already managed by the program and shoul never be passed here
|
## Optional arguments passed to rsync executable. The following are already managed by the program and shoul never be passed here
|
||||||
## -rltD -n -P -o -g --executability -A -X -zz -L -K -H -8 -u -i --stats --checksum --bwlimit --partial --partial-dir --exclude --exclude-from --include--from --no-whole-file --whole-file --list-only
|
## -rltD -n -P -o -g --executability -A -X -zz -L -K -H -8 -u -i --stats --checksum --bwlimit --partial --partial-dir --exclude --exclude-from --include--from --no-whole-file --whole-file --list-only
|
||||||
|
## When dealing with different filesystems for sync, or using SMB mountpoints, try adding --modify-window=2 --omit-dir-times as optional arguments
|
||||||
RSYNC_OPTIONAL_ARGS=""
|
RSYNC_OPTIONAL_ARGS=""
|
||||||
|
|
||||||
## Preserve basic linux permissions
|
## Preserve basic linux permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user