This commit is contained in:
Ludovic Cartier 2024-12-24 09:36:16 +01:00
parent 3db4f8f186
commit 24e49411c1

View File

@ -86,7 +86,7 @@ find $backup_dir -type d -ctime +$backup_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:/ \
{% for item in backup_path_include %} {% for item in backup_path_include %}
{% if item.fs_mount }}--include-dev {{ item.path }} \{% endif %} {% if item.fs_mount }--include-dev {{ item.path }} \{% endif %}
{% endfor %} {% endfor %}
{% if backup_pgsql_enabled %} {% if backup_pgsql_enabled %}
postgresql.pxar:$backup_dir/$today/postgresql \ postgresql.pxar:$backup_dir/$today/postgresql \