Files
dotfiles/restic/.bin/restic_backup
2020-11-25 16:33:45 +01:00

9 lines
234 B
Bash
Executable File

#!/bin/bash
. $HOME/.bin/restic_common
export RESTIC_PASSWORD="${RESTIC_PASSWORD}"
info "Starting backup"
restic -r $RESTIC_REPOSITORY unlock
restic --cache-dir $CACHE_DIR -r $RESTIC_REPOSITORY backup $BACKUP_PATHS $BACKUP_EXCLUDES