summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-03 22:43:13 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-03 22:43:13 +0100
commit2fb0a787b8d2f3ff2dc7bc5335ab937f9b88ad3b (patch)
tree93bdfbd485e9d51b92e7105e3091544673883876 /bin
parent1f2711255d96d1bd067e24aa0fdf80bc33e6dcaf (diff)
ftpsync
modify the config sample to document *EVERY* possible option a user might want to modify Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 2af437f..e612c56 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -242,6 +242,12 @@ RSYNC_OPTIONS2=${RSYNC_OPTIONS2:-"--max-delete=40000 --delay-updates --delete --
# Which rsync share to use on our upstream mirror?
RSYNC_PATH=${RSYNC_PATH:-"ftp"}
+# our username for the rsync share
+RSYNC_USER=${RSYNC_USER:-""}
+# the password
+RSYNC_PASSWORD=${RSYNC_PASSWORD:-""}
+
+
# Do we sync stage1?
SYNCSTAGE1=${SYNCSTAGE1:-"false"}
# Do we sync stage2?