remove borg in favour of borgmatic

This commit is contained in:
2020-06-11 21:35:07 +02:00
parent 616a725aae
commit e7c473264d
4 changed files with 0 additions and 75 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
source $HOME/.bin/borg_common
info "Starting backup"
borg create --list --verbose --filter AME --stats --show-rc --compression zstd,3 ::'{hostname}-{now}' $BACKUP_PATHS
info "Pruning snapshots"
borg prune --list --prefix '{hostname}-' --show-rc --keep-hourly $KEEP_HOURS --keep-daily $KEEP_DAYS --keep-weekly $KEEP_WEEKS --keep-monthly $KEEP_MONTHS --keep-yearly $KEEP_YEARS