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
I assume that when clicking "Index Snapshots" all you are doing is calling restic snapshots to retrieve the repo snapshot history.
This can be done with the --no-lock argument which does a read-only "look" at the repo and means if anything else has a lock on the repo, the index operation will still complete.
The text was updated successfully, but these errors were encountered:
I would only think you can use it for readonly operations - i.e. indexing snapshots etc. It just means if there is a backup operation in-progress the snapshot indexing will still complete (although it might not be 100% accurate if the backup finishes etc).
I assume that when clicking "Index Snapshots" all you are doing is calling
restic snapshots
to retrieve the repo snapshot history.This can be done with the
--no-lock
argument which does a read-only "look" at the repo and means if anything else has a lock on the repo, the index operation will still complete.The text was updated successfully, but these errors were encountered: