search for: remote_get_list

Displaying 1 result from an estimated 1 matches for "remote_get_list".

Did you mean: remote_get_host
2007 Feb 16
1
Destination directory creation
...im just pulling out important bits) :- RSYNC_BIN=$(/usr/bin/which rsync) # May want to drop the v verbose RSYNC_OPTS=" -Pvprtlz --delete --delete-excluded --copy-unsafe-links --numeric-ids" RSYNC="${RSYNC_BIN} ${RSYNC_OPTS}" # Ok here is the Rsync loop for RLIST in ${remote_get_list} do # Going to put a safety test here in case / is file list if [ "${RLIST}" = "/" ];then echo "\n[Remote_Get for ${remote_get_host}]\n\tWARNING:We dont want / as a source. Too intense so skipping." >&g...