Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

rsync -R/--relative not working as expected #42

Description

@luisb

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions