Made mtime checking more flexible for filesystems like FAT

This commit is contained in:
Shadowigor 2017-09-21 20:19:44 +02:00
parent 972b8481f1
commit 723bdf2c09
5 changed files with 5 additions and 5 deletions

View File

@ -1803,7 +1803,7 @@ function InitRemoteOSDependingSettings {
fi fi
## Set rsync default arguments ## Set rsync default arguments
RSYNC_ARGS="-rltD -8" RSYNC_ARGS="-rltD -8 --modify-window=2"
if [ "$_DRYRUN" == true ]; then if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n" RSYNC_DRY_ARG="-n"
DRY_WARNING="/!\ DRY RUN " DRY_WARNING="/!\ DRY RUN "

View File

@ -1768,7 +1768,7 @@ function InitRemoteOSDependingSettings {
fi fi
## Set rsync default arguments ## Set rsync default arguments
RSYNC_ARGS="-rltD -8" RSYNC_ARGS="-rltD -8 --modify-window=2"
if [ "$_DRYRUN" == true ]; then if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n" RSYNC_DRY_ARG="-n"
DRY_WARNING="/!\ DRY RUN " DRY_WARNING="/!\ DRY RUN "

View File

@ -1783,7 +1783,7 @@ function InitRemoteOSDependingSettings {
fi fi
## Set rsync default arguments ## Set rsync default arguments
RSYNC_ARGS="-rltD -8" RSYNC_ARGS="-rltD -8 --modify-window=2"
if [ "$_DRYRUN" == true ]; then if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n" RSYNC_DRY_ARG="-n"
DRY_WARNING="/!\ DRY RUN " DRY_WARNING="/!\ DRY RUN "

View File

@ -1645,7 +1645,7 @@ function InitRemoteOSDependingSettings {
fi fi
## Set rsync default arguments ## Set rsync default arguments
RSYNC_ARGS="-rltD -8" RSYNC_ARGS="-rltD -8 --modify-window=2"
if [ "$_DRYRUN" == true ]; then if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n" RSYNC_DRY_ARG="-n"
DRY_WARNING="/!\ DRY RUN " DRY_WARNING="/!\ DRY RUN "

View File

@ -1639,7 +1639,7 @@ function InitRemoteOSDependingSettings {
fi fi
## Set rsync default arguments ## Set rsync default arguments
RSYNC_ARGS="-rltD -8" RSYNC_ARGS="-rltD -8 --modify-window=2"
if [ "$_DRYRUN" == true ]; then if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n" RSYNC_DRY_ARG="-n"
DRY_WARNING="/!\ DRY RUN " DRY_WARNING="/!\ DRY RUN "