1
Fork 0

Add backup commands.

This commit is contained in:
Bauke 2023-03-02 12:06:12 +01:00
parent 2820d4489f
commit 08ddc7f8b2
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 15 additions and 1 deletions

View File

@ -37,4 +37,18 @@ restic-b2 restore <snapshot ID> --target <directory>
```zsh
restic-b2 check
```
```
## Backups
* Monthly music library backup:
```zsh
restic-b2 backup --tag "$(date -d "$(date +'%Y-%m-01') -1 day" +'%B %Y')" ~/Beets
```
* KeePassXC database:
```zsh
restic-b2 backup ~/Bauke.kdbx
```