borgmatic command-line reference.
This commit is contained in:
parent
290e969a22
commit
d1b29e82da
4 changed files with 19 additions and 0 deletions
|
@ -68,6 +68,7 @@ href="https://asciinema.org/a/203761" target="_blank">screencast</a>.
|
||||||
## Reference guides
|
## Reference guides
|
||||||
|
|
||||||
* [borgmatic configuration reference](docs/reference/configuration.md)
|
* [borgmatic configuration reference](docs/reference/configuration.md)
|
||||||
|
* [borgmatic command-line reference](docs/reference/command-line.md)
|
||||||
|
|
||||||
|
|
||||||
## Support and contributing
|
## Support and contributing
|
||||||
|
|
|
@ -177,3 +177,4 @@ it.
|
||||||
* [Deal with very large backups](../../docs/how-to/deal-with-very-large-backups.md)
|
* [Deal with very large backups](../../docs/how-to/deal-with-very-large-backups.md)
|
||||||
* [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
|
* [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
|
||||||
* [borgmatic configuration reference](../../docs/reference/configuration.md)
|
* [borgmatic configuration reference](../../docs/reference/configuration.md)
|
||||||
|
* [borgmatic command-line reference](../../docs/reference/command-line.md)
|
||||||
|
|
16
docs/reference/command-line.md
Normal file
16
docs/reference/command-line.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: borgmatic command-line reference
|
||||||
|
---
|
||||||
|
## borgmatic options
|
||||||
|
|
||||||
|
Here are all of the available borgmatic command-line options:
|
||||||
|
|
||||||
|
```
|
||||||
|
{% include borgmatic/command-line.txt %}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Related documentation
|
||||||
|
|
||||||
|
* [Set up backups with borgmatic](../../docs/how-to/set-up-backups.md)
|
||||||
|
* [borgmatic configuration reference](../../docs/reference/configuration.md)
|
|
@ -16,3 +16,4 @@ file](../../docs/reference/config.yaml) for use locally.
|
||||||
## Related documentation
|
## Related documentation
|
||||||
|
|
||||||
* [Set up backups with borgmatic](../../docs/how-to/set-up-backups.md)
|
* [Set up backups with borgmatic](../../docs/how-to/set-up-backups.md)
|
||||||
|
* [borgmatic command-line reference](../../docs/reference/command-line.md)
|
||||||
|
|
Loading…
Reference in a new issue