On Wed, Feb 26, 2003 at 08:39:11AM -0500, David Rippel wrote:
> rsync_options="-aPvrz --progress --stats --delete --delete-after"
> rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/docs/ 
> /export/export/www/current/www
> rsync $rsync_options -e ssh [EMAIL PROTECTED]:/usr2/was/ 
> /export/export/www/current/www
> [...etc...]

All the transfers have the same destination dir and you didn't specify
-R (--relative).  Doesn't that mean that every transfer is obliterating
the transfer of the one before it?  I'd suggest appending the source
path onto the end of destination path so that they transfer into
separate dirs.

..wayne..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Reply via email to