1
0
Fork 0
myserver-configuration/roles/borg/templates/backup

3 lines
155 B
Text
Raw Permalink Normal View History

2023-06-09 02:23:19 +02:00
#!/bin/sh
2023-12-21 22:23:06 +01:00
cd {{ server.work_dir }} && borg create --stats -C zstd,22 --progress "{{ server.backup_dir }}::$(date --iso-8601=seconds)" . --exclude "docker"