Made mtime checking more flexible for filesystems like FAT
This commit is contained in:
parent
972b8481f1
commit
723bdf2c09
|
@ -1803,7 +1803,7 @@ function InitRemoteOSDependingSettings {
|
|||
fi
|
||||
|
||||
## Set rsync default arguments
|
||||
RSYNC_ARGS="-rltD -8"
|
||||
RSYNC_ARGS="-rltD -8 --modify-window=2"
|
||||
if [ "$_DRYRUN" == true ]; then
|
||||
RSYNC_DRY_ARG="-n"
|
||||
DRY_WARNING="/!\ DRY RUN "
|
||||
|
|
|
@ -1768,7 +1768,7 @@ function InitRemoteOSDependingSettings {
|
|||
fi
|
||||
|
||||
## Set rsync default arguments
|
||||
RSYNC_ARGS="-rltD -8"
|
||||
RSYNC_ARGS="-rltD -8 --modify-window=2"
|
||||
if [ "$_DRYRUN" == true ]; then
|
||||
RSYNC_DRY_ARG="-n"
|
||||
DRY_WARNING="/!\ DRY RUN "
|
||||
|
|
|
@ -1783,7 +1783,7 @@ function InitRemoteOSDependingSettings {
|
|||
fi
|
||||
|
||||
## Set rsync default arguments
|
||||
RSYNC_ARGS="-rltD -8"
|
||||
RSYNC_ARGS="-rltD -8 --modify-window=2"
|
||||
if [ "$_DRYRUN" == true ]; then
|
||||
RSYNC_DRY_ARG="-n"
|
||||
DRY_WARNING="/!\ DRY RUN "
|
||||
|
|
2
osync.sh
2
osync.sh
|
@ -1645,7 +1645,7 @@ function InitRemoteOSDependingSettings {
|
|||
fi
|
||||
|
||||
## Set rsync default arguments
|
||||
RSYNC_ARGS="-rltD -8"
|
||||
RSYNC_ARGS="-rltD -8 --modify-window=2"
|
||||
if [ "$_DRYRUN" == true ]; then
|
||||
RSYNC_DRY_ARG="-n"
|
||||
DRY_WARNING="/!\ DRY RUN "
|
||||
|
|
|
@ -1639,7 +1639,7 @@ function InitRemoteOSDependingSettings {
|
|||
fi
|
||||
|
||||
## Set rsync default arguments
|
||||
RSYNC_ARGS="-rltD -8"
|
||||
RSYNC_ARGS="-rltD -8 --modify-window=2"
|
||||
if [ "$_DRYRUN" == true ]; then
|
||||
RSYNC_DRY_ARG="-n"
|
||||
DRY_WARNING="/!\ DRY RUN "
|
||||
|
|
Loading…
Reference in New Issue