On Fri, Sep 09, 2005 at 01:30:51PM -0400, Timothy Mercer wrote:
> bash-2.03$ rsync -e ssh -av /export/home/db2inst1/db2_backup
> [EMAIL PROTECTED]: /export/home/db2inst1/db2_backup

You have a space between the hostspec and the destination, which makes
it a separate arg.  As written, you are transferring two local items to
a local directory.  If you want to transfer one local item (presumably a
directory) to a remote directory, remove that space.

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

Reply via email to