remove experimental tag on "btrbk archive"

pull/286/head
Axel Burri 2019-04-24 18:29:05 +02:00
parent 725a284f16
commit fe9ce255c5
3 changed files with 6 additions and 7 deletions

2
btrbk
View File

@ -339,7 +339,7 @@ commands:
snapshot run snapshot operations only
resume run backup operations, and delete snapshots
prune only delete snapshots and backups
archive <src> <dst> recursively copy all subvolumes (experimental)
archive <src> <dst> recursively copy all subvolumes
clean delete incomplete (garbled) backups
stats print snapshot/backup statistics
list <subcommand> available subcommands are:

View File

@ -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* <source> <target> _*experimental*_::
*archive* <source> <target>::
Recursively copy all subvolumes created by btrbk from <source> to
<target> directory, optionally rescheduled using
'archive_preserve_*' configuration options. Also creates directory
tree on <target> (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 <target>. 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

View File

@ -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* <pattern> _*experimental*_::
*archive_exclude* <pattern>::
Exclude subvolumes matching <pattern> from archiving. The pattern
accepts wildcard character "*", and is matched against the end of
the pathname.