Problems with rsync -e ssh

Wayne Davison wayned at users.sourceforge.net
Thu Feb 27 04:42:03 EST 2003


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 root at 207.156.7.100:/usr2/docs/ /export/export/www/current/www
> rsync $rsync_options -e ssh root at 207.156.7.100:/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..


More information about the rsync mailing list