Displaying 1 result from an estimated 1 matches for "pvprtlz".
2007 Feb 16
1
Destination directory creation
...erver. I then loop these lines and do an rsync for each item to pull
the files back to my local machine.
The rsync syntax im using is this (there is much more in the script 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 [ "${RLIS...