summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.py b/config.py
index bd8ef1b..4854e0d 100644
--- a/config.py
+++ b/config.py
@@ -40,6 +40,11 @@ whitelist = docs + "/whitelist.txt"
pending = docs + "/pending"
rsync_blacklist = docs + "/rsyncBlacklist"
+# Rsync commands
+
+rsync_list_command="rsync -a --no-motd --list-only "
+
+
# Classes and Exceptions
class NonValidFile(ValueError): pass
class NonValidDir(ValueError): pass