diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-21 17:30:40 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-21 17:30:40 -0600 |
commit | 47045b1934932b0695dd301a9c76b9dab1b03023 (patch) | |
tree | 1c70967bfd48facc3949c5f899a57180ec3cfeea /config.py | |
parent | 0889827f252c9f6c21c1d4f2afc704b9b303e083 (diff) |
* Changed sync_all_repo to adress bug83
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |