From d8d8d16b9abe651714461c73c1fdabfc02d120ff Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 26 Mar 2009 15:12:12 +0100 Subject: [PATCH] add other rsync arguments --delete-before and -d should make clear that we don't want stale files in the receiver path and its subdirs --- molecule/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/settings.py b/molecule/settings.py index 8341205..6cc7b0e 100644 --- a/molecule/settings.py +++ b/molecule/settings.py @@ -57,7 +57,7 @@ class Configuration(dict): 'iso_builder_builtin_args': ["-J","-R","-l","-no-emul-boot", "-boot-load-size","4","-udf","-boot-info-table"], 'mirror_syncer_builtin_args': ["-a","--delete","--delete-excluded", - "--numeric-ids","--recursive","-A","-H"], + "--delete-before","--numeric-ids","--recursive","-d","-A","-H"], 'chroot_compressor_output_file': "livecd.squashfs", } self.clear()