Revert "restic isn't usable for me yet"
This reverts commit 28ad0db799.
This commit is contained in:
7
restic/.bin/restic_backup
Executable file
7
restic/.bin/restic_backup
Executable 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
|
||||
Reference in New Issue
Block a user