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

v2021.7.16-beta "rsync -rtl --inplace --no-W" does not actually hard link files #6

Open
walwan opened this issue Sep 12, 2021 · 0 comments

Comments

@walwan
Copy link

walwan commented Sep 12, 2021

Description

When I backup up one app with huge data, I found that my device space use will identifiably go up and I verified the data in /data/migrator/local/$pkgname is not hard-linked to the original data.

At lines 342 and 343, there is one commented "cp -dlR" command and one "rsync -rtl --inplace --no-W". After checking rsync document and this page (See here), I think probably the issue comes from this substitution. Although rsync is much faster than cp, its functions are somehow different.

Possible Solution

I am not quite sure whether the answers given in the StackExchange question are useful. Some more experiments might be necessary. I'm in the tg group, so perhaps we can use tg.

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