You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
autorestic/docs/markdown/cli/backup.md

18 lines
304 B

5 years ago
# Backup
```bash
autorestic backup [-l, --location] [-a, --all]
```
4 years ago
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.
5 years ago
```bash
4 years ago
# All
autorestic backup -a
# Some
autorestic backup -l foo -l bar
5 years ago
```
> :ToCPrevNext