search for: rsync_target

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

2007 Sep 04
0
DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
...echo " cp <source> <target>" echo " cp <source>" echo " cp <source> /absolute/path/to/file" exit 1 fi # The following is a very strange way to load last variable into RSYNC_TARGET (don't ask...) for RSYNC_TARGET; do :; done # If the destination we got is not /absolute/path/to/somewhere, append $TARGET_DIR # infact, if we got empty target, assume root of TARGET_DIR # If we get full path - assume user tell us where to put it if [...