From 2fb0a787b8d2f3ff2dc7bc5335ab937f9b88ad3b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 3 Nov 2008 22:43:13 +0100 Subject: ftpsync modify the config sample to document *EVERY* possible option a user might want to modify Signed-off-by: Joerg Jaspert --- bin/ftpsync | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') 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? -- cgit v1.2.3