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
> rustic -P config snapshots
[INFO] using config config.toml
[INFO] repository F:\restic-repo: password is correct.
[INFO] using cache at C:\Users\Legion\AppData\Local\rustic\e5e8b63342b9d4ad2db6cd90683754ee887d28d74a6b806f26763c6b2edaf015
error: deserializing from bytes of JSON Text failed: `Error("missing field `total_dirs_processed`", line: 1, column: 575)`
Likely because that restic 0.17.0 create summary information like rustic but without a total_dirs_processed field.
> restic version
restic 0.17.0 compiled with go1.22.5 on windows/amd64
> rustic -v
rustic v0.7.0
The text was updated successfully, but these errors were encountered:
Likely because that restic 0.17.0 create summary information like rustic but without a
total_dirs_processed
field.The text was updated successfully, but these errors were encountered: