You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.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.The text was updated successfully, but these errors were encountered: