borgmatic command-line reference.
the build was successful Details

This commit is contained in:
Dan Helfman 2019-02-04 22:27:40 -08:00
parent 290e969a22
commit d1b29e82da
4 changed files with 19 additions and 0 deletions

View File

@ -68,6 +68,7 @@ href="https://asciinema.org/a/203761" target="_blank">screencast</a>.
## Reference guides
* [borgmatic configuration reference](docs/reference/configuration.md)
* [borgmatic command-line reference](docs/reference/command-line.md)
## Support and contributing

View File

@ -177,3 +177,4 @@ it.
* [Deal with very large backups](../../docs/how-to/deal-with-very-large-backups.md)
* [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
* [borgmatic configuration reference](../../docs/reference/configuration.md)
* [borgmatic command-line reference](../../docs/reference/command-line.md)

View 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)

View File

@ -16,3 +16,4 @@ file](../../docs/reference/config.yaml) for use locally.
## Related documentation
* [Set up backups with borgmatic](../../docs/how-to/set-up-backups.md)
* [borgmatic command-line reference](../../docs/reference/command-line.md)