# default options used by rsync DEFAULT_RSYNC_OPTS="-e ssh -c arcfour -oStrictHostKeyChecking=no" # default size for the qcow2-container (the one containing diffs) DEFAULT_CONTAINER_SIZE="25G" # default filesystem type for the qcow2-container DEFAULT_CONTAINER_FILESYSTEM="xfs"