autorestic/docs/markdown/cli/backup.md

14 lines
270 B
Markdown
Raw Normal View History

2020-05-17 14:52:30 +02:00
# Backup
```bash
autorestic backup [-l, --location] [-a, --all]
```
2020-11-13 15:48:20 +01:00
Performs a backup of all locations if the `-a` flag is passed. To only backup some locations pass one or more `-l` or `--location` flags.
2020-05-17 14:52:30 +02:00
```bash
autorestic backup -l my-location
```
> :ToCPrevNext