truncate history
This commit is contained in:
6
borg/.bin/borg_backup
Executable file
6
borg/.bin/borg_backup
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user