pull/245/merge
Paride Legovini 2018-07-29 16:17:46 +00:00 committed by GitHub
commit 6dd29baa3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -154,11 +154,11 @@ Note that using ``long-iso'' has implications on the scheduling, see
If set to ``always'', snapshots are always created. If set to
``onchange'', snapshots are only created if the source subvolume
has changed since the last snapshot (more precisely: if the btrfs
generation has been increased since the last snapshot). If set to
``ondemand'', snapshots are only created if the target subvolume
is reachable (useful if you are tight on disk space and you only
need btrbk for backups to an external disk which is not always
connected). If set to ``no'', the snapshots are never created
generation has been increased since the last snapshot). If set
to ``ondemand'', snapshots are only created at least one target
subvolume is reachable (useful if you are tight on disk space and
you only need btrbk for backups to an external disk which is not
always connected). If set to ``no'', the snapshots are never created
(useful if another instance of btrbk is taking care of snapshot
creation). Defaults to ``always''.