Revert "restic isn't usable for me yet"

This reverts commit 28ad0db799.
This commit is contained in:
2020-11-11 14:17:19 +01:00
parent 412b52726f
commit 5173e5f33b
7 changed files with 108 additions and 0 deletions

7
restic/.bin/restic_backup Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
source $HOME/.bin/restic_common
info "Starting backup"
restic -r $RESTIC_REPOSITORY unlock
restic --cache-dir $CACHE_DIR -r $RESTIC_REPOSITORY backup $BACKUP_PATHS $BACKUP_EXCLUDES