template brain_backup - add backup_id

This commit is contained in:
Ludovic Cartier 2024-12-24 14:44:26 +01:00
parent 2e68384300
commit b8a682a6f7

View File

@ -84,6 +84,7 @@ find $backup_dir -type d -ctime +$backup_local_retention -exec rm -rf {} \;
## send to PBS ##
/usr/bin/proxmox-backup-client backup slash.pxar:/ \
--backup-ip {{ ansible_hostname }} \
{% if backup_path_include is defined %}
{% for item in backup_path_include %}
{% if item.fs_mount is defined %}--include-dev {{ item.path }} \{% endif %}