Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsync command does not process source argument as a full rsync #193

Open
jose1711 opened this issue Aug 7, 2022 · 0 comments
Open

rsync command does not process source argument as a full rsync #193

jose1711 opened this issue Aug 7, 2022 · 0 comments

Comments

@jose1711
Copy link

jose1711 commented Aug 7, 2022

In full rsync this:

rsync -av gui /dest  # copy what's inside gui directory

is not equal to,

rsync -av gui/ /dest  # create gui/ inside /dest, then recursively copy its contents

Rshell's rsync command does not really differentiate between the two (always contents is copied and not the directory itself) which leads to confusion for those expecting standard rsync behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant