mirror of https://github.com/digint/btrbk
documentation: rephrase lockfile
parent
ac42b29b0a
commit
73c5d180f6
|
@ -154,9 +154,9 @@ with ":RALIGN" are right-aligned.
|
||||||
command (version >= 20180505) installed on the host running btrbk.
|
command (version >= 20180505) installed on the host running btrbk.
|
||||||
|
|
||||||
--lockfile <file>::
|
--lockfile <file>::
|
||||||
Create lockfile <file> on startup; checks lockfile before running
|
Place an exclusive lock on <file> during program execution, using
|
||||||
any btrfs commands (using perl "flock"), and exits if the lock is
|
flock(2). If the lock is held by another process, exit before
|
||||||
held by another btrbk instance. Overrides configuration option
|
running any actions. Overrides configuration option
|
||||||
"lockfile". Ignored on dryrun ('-n', '--dry-run').
|
"lockfile". Ignored on dryrun ('-n', '--dry-run').
|
||||||
|
|
||||||
--override <config_option>=<value>::
|
--override <config_option>=<value>::
|
||||||
|
|
|
@ -359,10 +359,10 @@ constraints.
|
||||||
daemon, auth, lpr, news, cron, authpriv, local0..local7.
|
daemon, auth, lpr, news, cron, authpriv, local0..local7.
|
||||||
|
|
||||||
*lockfile* <file>|no::
|
*lockfile* <file>|no::
|
||||||
Create lockfile <file> on startup; checks lockfile before running
|
Place an exclusive lock on <file> during program execution, using
|
||||||
any btrfs commands (using perl "flock"), and exits if the lock is
|
flock(2). If the lock is held by another process, exit before
|
||||||
held by another btrbk instance. Ignored on dryrun ('-n',
|
running any actions. Ignored on dryrun ('-n', '--dry-run'). See
|
||||||
'--dry-run'). See also '--lockfile' command-line option.
|
also '--lockfile' command-line option.
|
||||||
|
|
||||||
*backend* <backend>::
|
*backend* <backend>::
|
||||||
Backend filesystem utilities to be used for btrfs specific
|
Backend filesystem utilities to be used for btrfs specific
|
||||||
|
|
Loading…
Reference in New Issue