From 27b1fd97b8ceb500ce2dafd09e4acf4e991fd922 Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Wed, 3 May 2023 14:18:15 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44b5470..2c5061a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ To update the program, simply pull the latest changes from the Git repository an If you need to change the configuration settings, simply delete the `config.json` file and run the program again to be prompted for new configuration details. -To delete old backups, the program will check for backups that are older than `local_retention_days` days (default 30) and delete them. To modify this time window, edit the `max_age_days` variable in the `delete_old_backups` method of the `MysqlDatabaseBackup` class. +~~To delete old backups, the program will check for backups that are older than `local_retention_days` days (default 30) and delete them. To modify this time window, edit the `max_age_days` variable in the `delete_old_backups` method of the `MysqlDatabaseBackup` class.~~ +^^ This is no longer applicable, you can now set the retention time in the config.json ## Compatibility