From 903379ec84b7f9dc0f3d3544925a42edc658178e Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 2 Jul 2015 16:58:02 +0200 Subject: [PATCH] Reorganized conf file --- sync.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sync.conf b/sync.conf index baabfd9..ff37f4f 100755 --- a/sync.conf +++ b/sync.conf @@ -2,7 +2,7 @@ ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) -###### Config file rev 1304201501 +###### Config file rev 2015070201 ## ---------- GENERAL OPTIONS @@ -47,6 +47,8 @@ BANDWIDTH=0 SUDO_EXEC=no ## Paranoia option. Don't change this unless you read the documentation. RSYNC_EXECUTABLE=rsync +## Remote rsync executable path. Leave this empty in most cases +RSYNC_REMOTE_PATH="" ## ---------- REMOTE SYNC OPTIONS @@ -61,9 +63,6 @@ REMOTE_HOST_PING=no ## Be aware some DNS like opendns redirect false hostnames. Also, this adds an extra execution time of a bit less than a minute. REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com" -## Remote rsync executable path. Leave this empty in most cases -RSYNC_REMOTE_PATH="" - ## ---------- MISC OPTIONS ## Preserve ACLS. Make sure source and target FS can manage same ACLs or you'll get loads of errors.