autorestic/docs/markdown/cli/update.md

12 lines
291 B
Markdown
Raw Normal View History

2020-05-17 14:52:30 +02:00
# Update
Autorestic can update itself! Super handy right? Simply run autorestic update and we will check for you if there are updates for restic and autorestic and install them if necessary.
```bash
2021-05-07 05:05:34 +02:00
autorestic upgrade
2020-05-17 14:52:30 +02:00
```
Updates both restic and autorestic automagically.
> :ToCPrevNext