On Mon, Jan 4, 2010 at 12:33 PM, <d...@safeport.com> wrote: > rsync -vaxH --numeric-ids --delete --exclude=/home/apache/logs \ > --link-dest=/mnt/200912/newharbor/home -e ssh newharbor.safeport.com:/home > \ > 201001/newharbor/home/ >
Is that newharbor/home/home dir really desired? Without a trailing slash on the source, the "home" dir is part of the transfer, and will be expected to exist inside the link-dest dir and will be created inside the destination dir. If it is not, either add a trailing slash to the source, or remove the trailing "home" from both the link-dest arg and the destination. ..wayne..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html