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

Listing an index file requires the store #257

Open
remram44 opened this issue Apr 29, 2022 · 0 comments
Open

Listing an index file requires the store #257

remram44 opened this issue Apr 29, 2022 · 0 comments

Comments

@remram44
Copy link

remram44 commented Apr 29, 2022

After reading the documentation, I was surprised that listing the contents of a .caidx is not possible without accessing the corresponding store. I had assumed that it contained the list of file names and that casync only needed to read from the .castr to get file content.

$ casync list 20211118-00-c991bcaf.caidx 
Failed to run synchronizer: No such file or directory
$ casync list --store=https://.../default.castr 20211118-00-c991bcaf.caidx
drwxr-xr-x dir
...

This is a real problem when the content is remote. I downloaded the .caidx file and thought I could use it to figure out what to download from the remote store, however list operations take minutes.

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

No branches or pull requests

1 participant