2019-02-05 07:27:40 +01:00
|
|
|
---
|
2020-08-21 23:27:47 +02:00
|
|
|
title: Command-line reference
|
|
|
|
eleventyNavigation:
|
2022-05-20 20:11:35 +02:00
|
|
|
key: ⌨️ Command-line reference
|
2020-08-21 23:27:47 +02:00
|
|
|
parent: Reference guides
|
|
|
|
order: 1
|
2019-02-05 07:27:40 +01:00
|
|
|
---
|
|
|
|
## borgmatic options
|
|
|
|
|
2023-06-22 18:13:45 +02: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-28 08:21:14 +02:00
|
|
|
file](https://torsion.org/borgmatic/docs/reference/configuration/).
|
2019-02-05 07:27:40 +01:00
|
|
|
|
2023-06-22 18:12:06 +02:00
|
|
|
If you're using an older version of borgmatic, some of these flags may not be
|
2023-07-12 07:10:57 +02:00
|
|
|
present in that version and you should instead use `borgmatic --help` or
|
2023-06-22 18:12:06 +02:00
|
|
|
`borgmatic [action name] --help` (where `[action name]` is the name of an
|
|
|
|
action like `list`, `create`, etc.).
|
|
|
|
|
2019-02-05 07:27:40 +01:00
|
|
|
```
|
|
|
|
{% include borgmatic/command-line.txt %}
|
|
|
|
```
|