Update README.md

This commit is contained in:
Nicco 2019-12-24 17:50:44 +01:00 committed by GitHub
parent 886b6362cd
commit 38763ed919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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!