diff --git a/btrbk b/btrbk index 67697f3..95a2d87 100755 --- a/btrbk +++ b/btrbk @@ -339,7 +339,7 @@ commands: snapshot run snapshot operations only resume run backup operations, and delete snapshots prune only delete snapshots and backups - archive recursively copy all subvolumes (experimental) + archive recursively copy all subvolumes clean delete incomplete (garbled) backups stats print snapshot/backup statistics list available subcommands are: diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index fc74147..c383c46 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -236,14 +236,13 @@ as it is still required in order to determine the latest snapshot/backup pair (which is always preserved, regardless of the retention policy). -*archive* _*experimental*_:: +*archive* :: Recursively copy all subvolumes created by btrbk from to directory, optionally rescheduled using 'archive_preserve_*' configuration options. Also creates directory - tree on (see bugs below). Useful for creating extra - archive copies (clones) from your backup disks. Note that you can - continue using btrbk after swapping your backup disk with the - archive disk. + tree on . Useful for creating extra archive copies + (clones) from your backup disks. Note that you can continue using + btrbk after swapping your backup disk with the archive disk. + If you want to use nested subvolumes on the target filesystem, you need to create them by hand (e.g. by running "btrfs subvolume create diff --git a/doc/btrbk.conf.5.asciidoc b/doc/btrbk.conf.5.asciidoc index 56ccdd3..cb5b567 100644 --- a/doc/btrbk.conf.5.asciidoc +++ b/doc/btrbk.conf.5.asciidoc @@ -233,7 +233,7 @@ not be certain about this, such operations are disallowed in Set retention policy for archives ("btrbk archive" command), with same semantics as 'target_preserve_min'. -*archive_exclude* _*experimental*_:: +*archive_exclude* :: Exclude subvolumes matching from archiving. The pattern accepts wildcard character "*", and is matched against the end of the pathname.