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

CaFormatExcludeFile #114

Open
tomberek opened this issue Aug 9, 2019 · 0 comments
Open

CaFormatExcludeFile #114

tomberek opened this issue Aug 9, 2019 · 0 comments

Comments

@tomberek
Copy link

tomberek commented Aug 9, 2019

With #113 resolved, the remaining differences between casync and desync produced .caidx/.catar files are flags. Most can be resolved by being very explicit with casync:

casync make --with=unix \
                      --with=xattrs \
                      --with=nsec-time \
                      --without=16bit-uids \
                      --with=32bit-uids \
                      --chunk-size=16384:65536:262144 \
                      casync.catar /data-ro/temp

The last flag missing is CaFormatExcludeFile. With these changes and a correct file order, produced caidx/catar are bit-identical to casync.

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