From c7006319a6ff239d8c804adf4e22e6b82f9d81ff Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Tue, 25 Sep 2018 18:38:53 +0200 Subject: [PATCH] Add ignore timezone and twice -R --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index cba498e..d6817b1 100755 --- a/upload.sh +++ b/upload.sh @@ -33,7 +33,7 @@ else fi if [ "$PLUGIN_ONLY_NEWER" = true ]; then - PLUGIN_ONLY_NEWER="-ne" + PLUGIN_ONLY_NEWER="-Rne --ignore-time" else PLUGIN_ONLY_NEWER="" fi