From 6160eb16bbe959d34352886c851c4667bdb4408c Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 15 May 2026 15:10:26 +0200 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2f48e0..acd8ce4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The custom script : - copy & compress the entire system - extract informations from your system (packages list, crontab, partition table, etc) - can dump MySQL database(s) + - can dump MariaDB database(s) - can dump PostgreSQL database(s) All files are then send it to a custom Proxmox Backup Server. @@ -84,6 +85,8 @@ backup_path_exclude: - cache/ backup_mysql_enabled: true +backup_mariadb_enabled: true +backup_pgsql_enabled: true backup_cron_minute: 30 backup_cron_hour: 5