summaryrefslogblamecommitdiffstats
path: root/packager/openslx.config
blob: 985ace1adda9a3248dc23bccec694758eb23ca86 (plain) (tree)
1
2
3
4
5
6
7
8
9
                           
                            




                           

                       
 
                               
                                                                 
 
                                      
                            

                                                 
                                  
# default options for rsync
DEFAULT_RSYNC_OPTS="--acls \
	--hard-links \
	--xattrs \
	--archive \
	--delete \
	--delete-excluded \
	--numeric-ids \
	--verbose"

# default options used by rsync
DEFAULT_RSYNC_RSH="ssh -c aes256-ctr -o StrictHostKeyChecking=no"

# default size for the qcow2-container
DEFAULT_CONTAINER_SIZE="20G"

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