I have a CLI backup on a machine and I just noticed that on the storage for it there’s not been a recent snapshot since September of last year. So my script somehow silently failed, perhaps in combination with running low on disk space on the storage.
So now the check command is just returning a supposedly empty repository:
Listing all chunks
1 snapshots and 0 revisions
Total chunk size is 0 in 0 chunks
However, listing the chunks folder, I see recently modified chunks folders. The snapshots folder lists over 100 snapshots.
I already tried renaming the cache for the storage in the cache folder within ./duplicacy, but that didn’t help.
How can I get duplicacy to sync up the local cache with the existing snapshots on the storage?
Thanks!