https://bugzilla.samba.org/show_bug.cgi?id=13321

--- Comment #2 from Dave Gordon <dg32...@zoho.eu> ---
Looks right :)

Another way to say it would be using a relative path:

$ rsync -rlDi -z -t --no-h --out-format="%t %i %n %L" --stats
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r --delay-updates --partial --delete-after
--force --ignore-errors --copy-dest=../cache/data/ /data/data/
r...@l-rel-dnl.urg.avp.ru:/data/data/

Here I've used trailing slashes on source and destination paths, implying that
we transfer the *contents* of the source directory (rather than the directory
itself) into the destination directory; and a relative path for the
--copy-dest, so you can see how it's evaluated relative to the root of the
transfer on the destination server.

.Dave.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
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

Reply via email to