Displaying 1 result from an estimated 1 matches for "gyang".
Did you mean:
yang
2003 Jan 07
1
HELP! rsync won't upload my .htpasswd files
...they won't upload because they start with "." Is there
some way around this? It's very important that these files get uploaded
to this directory.
Here is the code I'm using to execute rsync:
#!/bin/sh
RSYNC=/opt/sfw/bin/rsync
SSH="/usr/local/bin/ssh -i /export/home/gyang/.ssh/identity-cron"
RSYNC_RSH=$SSH
export RSYNC_RSH
$RSYNC -avz --delete --rsync-path=$RSYNC --exclude="CVS"
/export/home/intraspect/www/ www:/var/apache/htdocs
$RSYNC -avz --delete --rsync-path=$RSYNC --exclude="addresses.txt"
--exclude="*.csv" --exclude=&quo...