Hello

I have files in /source/A/B/C and I am syncing them to /dest/A/

rsync --info=name1,del2 -r /source/A/ /dest/A/

the transfer list is printed as relative paths:

B/C

instead of full path:

/source/A/B/C

how can I print the full paths?

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