msrsync icon indicating copy to clipboard operation
msrsync copied to clipboard

rsync -R/--relative not working as expected

Open luisb opened this issue 7 months ago • 0 comments

It appears that the -R, --relative option is not taking effect.

For instance, I gave the following command: msrsync3 -p 4 -P --stats --rsync "-aSR" ./batch_curiv_dlc03/HTES ./batch_curiv_dlc05/SoSc ./batch_curiv_elcapitan/HE batches_healdsburg/

I was expecting the resulting tree to look like this:

batches_healdsburg
├── batch_curiv_elcapitan
    ├── HE
├── batch_curiv_dlc03
    ├── HTES
└── batch_curiv_dlc05
    ├── SoSc

However, the resulting tree looks like this:

batches_healdsburg
├── HE
├── HTES
└── SoSc

The parent directories were not included in the final path.

luisb avatar Aug 27 '25 19:08 luisb