Added option to send custom options to mirror
This commit is contained in:
parent
785fccfb03
commit
a625c2107f
@ -58,5 +58,5 @@ lftp -e "set xfer:log 1; \
|
||||
set ssl:check-hostname $PLUGIN_VERIFY; \
|
||||
set net:max-retries 3; \
|
||||
$PLUGIN_CLEAN_DIR; \
|
||||
mirror --verbose $PLUGIN_CHMOD -R $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \
|
||||
mirror --verbose $PLUGIN_CHMOD -R $PLUGIN_MIRROR_OPTS $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \
|
||||
-u $FTP_USERNAME,$FTP_PASSWORD $PLUGIN_HOSTNAME
|
||||
|
Loading…
Reference in New Issue
Block a user