mirror of https://github.com/digint/btrbk
documentation: README.md: rephrase dryrun recommentation
parent
b8a6aaf799
commit
ef7ad3205e
|
@ -80,11 +80,10 @@ file. You might want to take a look at `btrbk.conf.example` provided
|
||||||
with this package. For a detailed description, please consult the
|
with this package. For a detailed description, please consult the
|
||||||
[btrbk.conf(5)] man-page.
|
[btrbk.conf(5)] man-page.
|
||||||
|
|
||||||
When playing around with config-files, it is highly recommended to
|
After a configuration change, it is highly recommended to check it by
|
||||||
check the output using the `dryrun` command before executing the
|
running btrbk with the `-n,--dryrun` option:
|
||||||
backups:
|
|
||||||
|
|
||||||
btrbk -c /path/to/myconfig -v dryrun
|
btrbk -c /path/to/myconfig -v -n run
|
||||||
|
|
||||||
This will read all btrfs information on the source/target filesystems
|
This will read all btrfs information on the source/target filesystems
|
||||||
and show what actions would be performed (without writing anything to
|
and show what actions would be performed (without writing anything to
|
||||||
|
|
Loading…
Reference in New Issue