summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 15:25:52 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 15:26:41 -0500
commitaf57d31dfb26a7c3d6fe403e0fdb7d540c22d4de (patch)
tree3b334c9e3de88f61255ef0415c38ed8c5d961dc8 /config.py
parent2b721124f5122faae5709e5e2dd8035f392c1361 (diff)
parentfa11d216d567cec3c96c964829c51bd923b493c5 (diff)
Merge branch 'master' into bash-port
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index 56a7c81..39f512a 100644
--- a/config.py
+++ b/config.py
@@ -32,6 +32,9 @@ for var in boolvars:
else:
print('%s is not True or False' % var)
+# Rsync commands
+rsync_list_command="rsync -a --no-motd --list-only "
+
# Classes and Exceptions
class NonValidFile(ValueError): pass
class NonValidDir(ValueError): pass