update README

This commit is contained in:
Ludovic Cartier
2026-05-15 15:10:26 +02:00
parent 1e85eb1cff
commit 6160eb16bb
+3
View File
@@ -16,6 +16,7 @@ The custom script :
- copy & compress the entire system - copy & compress the entire system
- extract informations from your system (packages list, crontab, partition table, etc) - extract informations from your system (packages list, crontab, partition table, etc)
- can dump MySQL database(s) - can dump MySQL database(s)
- can dump MariaDB database(s)
- can dump PostgreSQL database(s) - can dump PostgreSQL database(s)
All files are then send it to a custom Proxmox Backup Server. All files are then send it to a custom Proxmox Backup Server.
@@ -84,6 +85,8 @@ backup_path_exclude:
- cache/ - cache/
backup_mysql_enabled: true backup_mysql_enabled: true
backup_mariadb_enabled: true
backup_pgsql_enabled: true
backup_cron_minute: 30 backup_cron_minute: 30
backup_cron_hour: 5 backup_cron_hour: 5