Initial commit
This commit is contained in:
commit
420be44f56
11 changed files with 432 additions and 0 deletions
13
templates/backup-full.j2
Executable file
13
templates/backup-full.j2
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
{% if backup_executor %}
|
||||
backup-standalone
|
||||
{% endif %}
|
||||
{% if backups.mode in ['hypervisor-restic'] %}
|
||||
backup-all-vms
|
||||
{% endif %}
|
||||
{% if backup_executor %}
|
||||
backup-retention
|
||||
{% endif %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue