search for: zapulxsc

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

2002 Oct 05
0
Trouble transferring referents of symlinks outside the source tree
...t essentially is my web site, which I update when need be. I am (trying) to use rsync to sync a remote server with my changes whenever they are made. I'm using a little script to do this: #!/bin/sh DATA_DIR=/home/munish/data/www REMOTE_BACKUP=[snipped out user@host here] RSYNC_FLAGS="-zapuLxSC --stats --progress --copy-unsafe-links --bwlimit=20" echo -n "Sync'ing www..." rsync ${RSYNC_FLAGS} ${DATA_DIR}/* ${REMOTE_BACKUP}: echo "Done." exit 0 Now, $DATA_DIR contains a subdirectory named freebsd/configs, which looks like this: munish users 29 Sep 29 01:3...