summaryrefslogtreecommitdiffstats
path: root/packager/openslx.config
blob: 5680295c6d34d861e6ea9ee5be719e21826b543a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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="20G"

# default filesystem type for the qcow2-container
DEFAULT_CONTAINER_FILESYSTEM="xfs"