mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-01 03:04:12 +01:00
14 lines
271 B
Markdown
14 lines
271 B
Markdown
# Backup
|
|
|
|
```bash
|
|
autorestic backup [-l, --location] [-a, --all]
|
|
```
|
|
|
|
Performes a backup of all locations if the `-a` flag is passed. To only backup some locations pass one or more `-l` or `--location` flags.
|
|
|
|
```bash
|
|
autorestic backup -l my-location
|
|
```
|
|
|
|
> :ToCPrevNext
|