2019-02-04 22:27:40 -08:00
|
|
|
---
|
2020-08-21 14:27:47 -07:00
|
|
|
title: Command-line reference
|
|
|
|
eleventyNavigation:
|
2022-05-20 11:11:35 -07:00
|
|
|
key: ⌨️ Command-line reference
|
2020-08-21 14:27:47 -07:00
|
|
|
parent: Reference guides
|
|
|
|
order: 1
|
2019-02-04 22:27:40 -08:00
|
|
|
---
|
|
|
|
## borgmatic options
|
|
|
|
|
2023-06-22 09:13:45 -07:00
|
|
|
Here are all of the available borgmatic command-line flags for the [most
|
|
|
|
recent version of
|
|
|
|
borgmatic](https://projects.torsion.org/borgmatic-collective/borgmatic/releases),
|
|
|
|
including the separate flags for each action (sub-command). Most of the flags
|
|
|
|
listed here do not have equivalents in borgmatic's [configuration
|
2023-03-27 23:21:14 -07:00
|
|
|
file](https://torsion.org/borgmatic/docs/reference/configuration/).
|
2019-02-04 22:27:40 -08:00
|
|
|
|
2023-06-22 09:12:06 -07:00
|
|
|
If you're using an older version of borgmatic, some of these flags may not be
|
2023-07-11 22:10:57 -07:00
|
|
|
present in that version and you should instead use `borgmatic --help` or
|
2023-06-22 09:12:06 -07:00
|
|
|
`borgmatic [action name] --help` (where `[action name]` is the name of an
|
|
|
|
action like `list`, `create`, etc.).
|
|
|
|
|
2019-02-04 22:27:40 -08:00
|
|
|
```
|
|
|
|
{% include borgmatic/command-line.txt %}
|
|
|
|
```
|