summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
diff options
context:
space:
mode:
Diffstat (limited to 'packager/openslx.config')
-rw-r--r--packager/openslx.config10
1 files changed, 9 insertions, 1 deletions
diff --git a/packager/openslx.config b/packager/openslx.config
index ff6354bf..5680295c 100644
--- a/packager/openslx.config
+++ b/packager/openslx.config
@@ -1,8 +1,16 @@
+RSYNC_OPTS="--acls \
+ --hard-links \
+ --xattrs \
+ --archive \
+ --delete \
+ --delete-excluded \
+ --numeric-ids"
+
# default options used by rsync
DEFAULT_RSYNC_RSH="ssh -c arcfour -o StrictHostKeyChecking=no"
# default size for the qcow2-container (the one containing diffs)
-DEFAULT_CONTAINER_SIZE="25G"
+DEFAULT_CONTAINER_SIZE="20G"
# default filesystem type for the qcow2-container
DEFAULT_CONTAINER_FILESYSTEM="xfs"