diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-06 18:09:52 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-06 18:09:52 -0600 |
commit | 58a67fb771fbbf433fe3ab2dafb9194e6f635f13 (patch) | |
tree | 6d8e7a820e23abb51c1c30fbe179fa3f5b7461c0 /config.py | |
parent | e2385920015311376c1631a42a1ca8f1c45dae4f (diff) |
* Added --delete to rsync-update-command until ftp-dir-cleanup can do delete
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ rsync_blacklist = docs + "/rsyncBlacklist" # Rsync commands rsync_list_command="rsync -a --no-motd --list-only " -rsync_update_command="rsync -av --delay-updates " +rsync_update_command="rsync -av --delete-after --delay-updates " # Classes and Exceptions class NonValidFile(ValueError): pass |