diff --git a/.bauke/Restic Backups.md b/.bauke/Restic Backups.md index 094ed2b..e9999ab 100644 --- a/.bauke/Restic Backups.md +++ b/.bauke/Restic Backups.md @@ -37,4 +37,18 @@ restic-b2 restore --target ```zsh restic-b2 check -``` \ No newline at end of file +``` + +## 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 +```