- bookworm 1.2.4-1
- bookworm-backports 1.2.8-1~bpo12+1
- testing 1.4.0-4
- unstable 1.4.0-4
BORG-WITH-LOCK(1) | borg backup tool | BORG-WITH-LOCK(1) |
NAME¶
borg-with-lock - run a user specified command with the repository lock held
SYNOPSIS¶
borg [common options] with-lock [options] REPOSITORY COMMAND [ARGS...]
DESCRIPTION¶
This command runs a user-specified command while locking the repository. For example:
$ borg with-lock /mnt/borgrepo rsync -av /mnt/borgrepo /somewhere/else/borgrepo
It will first try to acquire the lock (make sure that no other operation is running in the repo), then execute the given command as a subprocess and wait for its termination, release the lock and return the user command's return code as borg's return code.
NOTE:
OPTIONS¶
See borg-common(1) for common options of Borg commands.
arguments¶
- REPOSITORY
- repository to lock
- COMMAND
- command to run
- ARGS
- command arguments
SEE ALSO¶
AUTHOR¶
The Borg Collective
2024-03-29 |