use absolute paths in transfer list

Fourhundred Thecat 400thecat at gmx.ch
Wed Feb 16 10:57:25 UTC 2022


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?



More information about the rsync mailing list