Add ignore timezone and twice -R
This commit is contained in:
parent
e2827d98d7
commit
c7006319a6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$PLUGIN_ONLY_NEWER" = true ]; then
|
if [ "$PLUGIN_ONLY_NEWER" = true ]; then
|
||||||
PLUGIN_ONLY_NEWER="-ne"
|
PLUGIN_ONLY_NEWER="-Rne --ignore-time"
|
||||||
else
|
else
|
||||||
PLUGIN_ONLY_NEWER=""
|
PLUGIN_ONLY_NEWER=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue