diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-15 00:13:37 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-15 00:13:37 -0600 |
commit | cf3253774c64e6430d4e3afb826cc6c8b0e4b91b (patch) | |
tree | f358ab39214272b044e8d55fd43de7b35ffa51c5 /config.py | |
parent | 9de298a7b88f7f36aec4c9344356a935c67cfeb3 (diff) |
* Upgraded sync_all_repo
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ rsync_blacklist = docs + "/rsyncBlacklist" # Rsync commands rsync_list_command="rsync -a --no-motd --list-only " - +rsync_update_command="rsync -av --delete-after --delay-updates " # Classes and Exceptions class NonValidFile(ValueError): pass |