This commit is contained in:
Ludovic Cartier 2024-12-24 15:25:32 +01:00
parent 2ec169b955
commit 2bb51ac0b2

View File

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