summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
index 5680295c..f5d28f76 100644
--- a/packager/openslx.config
+++ b/packager/openslx.config
@@ -1,10 +1,11 @@
-RSYNC_OPTS="--acls \
+DEFAULT_RSYNC_OPTS="--acls \
--hard-links \
--xattrs \
--archive \
--delete \
--delete-excluded \
- --numeric-ids"
+ --numeric-ids \
+ --verbose"
# default options used by rsync
DEFAULT_RSYNC_RSH="ssh -c arcfour -o StrictHostKeyChecking=no"