> On 2022-02-18 03:07, Wayne Davison wrote:
On Wed, Feb 16, 2022 at 2:57 AM Fourhundred Thecat via rsync
mailto:rsync@lists.samba.org>> wrote:
rsync -a --del --out-format='/%f%L' /path/one/ /path/two/ /dest/path/
that works perfectly.
thank you !
--
Please use reply-all for most replies to a
On Wed, Feb 16, 2022 at 2:57 AM Fourhundred Thecat via rsync <
rsync@lists.samba.org> wrote:
> how can I print the full paths?
>
If you're pushing files (which includes a local copy), putting "%f" into
--out-format gets you the full specified path for the source files. It
likes to strip the lead
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 omi