From 44c9b8fe997360ebf42b454765e459251fdf977a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=A4mper-Leymann?= Date: Mon, 5 Feb 2018 21:29:26 +0100 Subject: [PATCH] Default prefer=newer --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index b43fd31..0ebf81b 100755 --- a/sync.sh +++ b/sync.sh @@ -40,7 +40,7 @@ fi : ${SYNC_DESTINATION:="/destination"} # The preferred approach to deal with conflicts -: ${SYNC_PREFER:=$SYNC_SOURCE} +: ${SYNC_PREFER:="newer"} # If set, there will be more verbose log output from various commands that are # run by this script.