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

copy files on macOS Ventura 13.4 and missed 50 % size #35

Open
Pierre-Gronau-ndaal opened this issue May 20, 2023 · 3 comments
Open

copy files on macOS Ventura 13.4 and missed 50 % size #35

Pierre-Gronau-ndaal opened this issue May 20, 2023 · 3 comments

Comments

@Pierre-Gronau-ndaal
Copy link

copying
21.550.875.699 Byte (22,2 GB auf dem Volume) für 103.345 Objekte
copied only
12.467.449.291 Byte (13,12 GB auf dem Volume) für 103.258 Objekte

the directory is a git repo

used the following variants:

xcp -v -r -w 3

xcp -v -r --gitignore -w 3

with file manager macos -> ok
with total commander -> ok

cargo install xcp
Updating crates.io index
Ignored package xcp v0.9.4 is already installed

@tarka
Copy link
Owner

tarka commented May 29, 2023

I can't reproduce this locally, and unfortunately I don't have access to macOS any more.

Can you provide a link to the repository you used? It is very large, which makes me think it might be a compiled project? In that case you would expect the --gitignore to cause it to skip a large number of files.

@Pierre-Gronau-ndaal
Copy link
Author

@tarka
Copy link
Owner

tarka commented May 30, 2023

That repository is only 5GB when I check it out? But that probably doesn't matter, as I can't reproduce this with any large repository.

One thing to try: Can you copy a large directory that is not a git repository? If it does fail to copy can you run it with -vv and send me the logs.

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

2 participants