unable to create lock in backend: repository is already locked by PID 1988389 on ****** by root (UID 0, GID 0)
lock was created at 2024-12-23 17:04:39 (5h42m45.102018417s ago)
storage ID 1a171ded
the `unlock` command can be used to remove stale locks
Any thoughts on how I can resolve?. Its never finished with success, but it gets to 100%
Eventually ended up just recreating the backup from scratch which fixed my issue. That’s obviously not a possibility for everyone. If it occurs again I will try removing the lock.
Thanks, we will see if it comes back. I created a new project/paraphrase/api key to start from scratch and see where we get. Thus far it is slower than Backblaze and I am not sure about restic vs rclone.
If you have large files that only change a small amount, restic is far, far faster than rclone. I’ve got a number of 50-100GB VMs that take 6 hour to backup to Backblaze but only a few minutes to backup to Storj since restic chunks the files and only has to send chunks that have changed.
Well, I figured this one out, it looks like if you abort a backup job it leaves a lock file in the bucketname/lock folder. Delete that and it will work again. This will happen anytime you abort the job, there is no clean up.