summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 01:14:47 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 01:14:47 -0600
commit2321a53d35a9736b8c5c715ca40a9af69b1bf64e (patch)
tree6b7e89a94be6a0b8e839fb49fb3a989af4508f85 /config.py
parent6a37d25e51228a0a83d004b9acda63c528972a26 (diff)
Rearranged functions
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