Displaying 1 result from an estimated 1 matches for "complete_rug_image_arch".
2008 Aug 20
3
How to escape spaces in rsync source and destination paths
...sing the backslash escape in this way before.
Can anyone suggest a different approach, other than renaming all my paths to
eliminate spaces, which is the direction I seem to be heading :-)
--------------------------------------------------------
DIRS="admin@192.168.100.47:/Volumes/Christine/Complete_Rug_Image_Archive/Lay
ered\ Rooms/"
BACKUPDIR="/Volumes/Paris/Complete_Rug_Image_Archive/Layered\ Rooms/"
COMMAND="sudo /usr/local/bin/rsync $OPTS $EXCLUDES $DIRS $BACKUPDIR"
result:
Unexpected local arg: Rooms/
If arg is a remote file/dir, prefix it with a colon (:).
rsync error: sy...