Begin migration to v2 Step 2
This commit is contained in:
parent
b91292576f
commit
a7140e5a84
37 changed files with 19 additions and 74 deletions
2
roles/borg/templates/backup
Normal file
2
roles/borg/templates/backup
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cd {{ server.work_dir }} && borg create --stats -C zstd,22 --progress "{{ server.backup_dir }}::$(date --iso-8601=seconds)" . --exclude "docker"
|
Loading…
Add table
Add a link
Reference in a new issue