Add ignore timezone and twice -R

This commit is contained in:
Christoph Schlosser 2018-09-25 18:38:53 +02:00 committed by GitHub
parent e2827d98d7
commit c7006319a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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