summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-21 17:30:40 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-21 17:30:40 -0600
commit47045b1934932b0695dd301a9c76b9dab1b03023 (patch)
tree1c70967bfd48facc3949c5f899a57180ec3cfeea /config.py
parent0889827f252c9f6c21c1d4f2afc704b9b303e083 (diff)
* Changed sync_all_repo to adress bug83
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index ada17f0..c218ddd 100644
--- a/config.py
+++ b/config.py
@@ -46,7 +46,8 @@ rsync_blacklist = docs + "/rsyncBlacklist"
# Rsync commands
rsync_list_command="rsync -a --no-motd --list-only "
-rsync_update_command="rsync -av --delete-after --delay-updates "
+rsync_update_command="rsync -av --delay-updates --exclude='*.db.tar.{gz|xz}' "
+rsync_post_command="rsync -av --delete "
# Classes and Exceptions
class NonValidFile(ValueError): pass