summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-15 00:13:37 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-15 00:13:37 -0600
commitcf3253774c64e6430d4e3afb826cc6c8b0e4b91b (patch)
treef358ab39214272b044e8d55fd43de7b35ffa51c5 /config.py
parent9de298a7b88f7f36aec4c9344356a935c67cfeb3 (diff)
* Upgraded sync_all_repo
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 465a8a8..36b54df 100644
--- a/config.py
+++ b/config.py
@@ -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