logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

borg-with-lock - run a user specified command with the repository lock held

Author

       The Borg Collective

                                                   2025-01-03                                  BORG-WITH-LOCK(1)

Description

       This command runs a user-specified command while locking the repository. For example:

          $ BORG_REPO=/mnt/borgrepo borg with-lock 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:
          If  you copy a repository with the lock held, the lock will be present in the copy. Thus, before using
          borg on the copy from a different host, you need to use "borg break-lock" on  the  copied  repository,
          because Borg is cautious and does not automatically remove stale locks made by a different host.

Name

       borg-with-lock - run a user specified command with the repository lock held

Options

       See borg-common(1) for common options of Borg commands.

   argumentsCOMMAND
              command to run

       ARGS   command arguments

See Also

borg-common(1)

Synopsis

       borg [common options] with-lock [options] COMMAND [ARGS...]

See Also