-
-
Notifications
You must be signed in to change notification settings - Fork 823
Open
Milestone
Description
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.2.2
Operating system (distribution) and version.
NixOS 22.11
Hardware / network configuration, and filesystems used.
Backup via the Borg support of Hetzner Storage box
How much data is handled by borg?
<100GB
Full borg commandline that lead to the problem (leave away excludes and passwords)
sudo -u backup borg --bypass-lock list --json
Describe the problem you're observing.
I would expect --bypass-lock to allow me query operations while borg is running a backup.
This however only holds true when $HOME is not the same between the two processes.
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
- Run a backup that takes a long time
- As the same user, run
borg --bypass-lock list --json - Observe it failing unless you do something like
export HOME=/tmp
Include any warning/errors/backtraces from the system logs
Failed to create/acquire the lock /var/lib/backup/.cache/borg/5f0ba4dc431985522d752569d25fb5dcbcef8ed01a351711899f334753552422/lock.exclusive (timeout).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels