mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
Update README.md
This commit is contained in:
parent
886b6362cd
commit
38763ed919
17
README.md
17
README.md
@ -22,6 +22,7 @@ Autorestic is a wrapper around the amazing [restic](https://restic.net/). While
|
||||
* [Hooks](#before--after-hooks)
|
||||
* [Backends](#-backends)
|
||||
* [Commands](#-commands)
|
||||
* [Examples](#examples)
|
||||
|
||||
## 🛳 Installation
|
||||
|
||||
@ -317,6 +318,22 @@ Uninstall both restic and autorestic
|
||||
|
||||
Upgrades both restic and autorestic automagically
|
||||
|
||||
## 🐣 Examples
|
||||
|
||||
### List all the snapshots for all the backends
|
||||
|
||||
```
|
||||
autorestic -a exec snapshots
|
||||
```
|
||||
|
||||
### Unlock a locked repository
|
||||
|
||||
⚠️ Only do this if you know what you are doing. E.g. if you accidentally cancelled a running operation
|
||||
|
||||
```
|
||||
autorestic -b my-backend exec unlock
|
||||
```
|
||||
|
||||
## Contributors
|
||||
|
||||
This amazing people helped the project!
|
||||
|
Loading…
Reference in New Issue
Block a user