Merge remote-tracking branch 'origin/master'

This commit is contained in:
cupcakearmy 2019-12-24 18:42:18 +01:00
commit 005072b90f
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!