truncate history

This commit is contained in:
2020-06-11 21:16:05 +02:00
commit e974a4b480
29 changed files with 3544 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