From 5a2080e0547af7ada8b91a34015a5136513f9a9b Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Wed, 3 May 2023 14:18:36 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c5061a..df647bf 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ 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.~~ + ^^ This is no longer applicable, you can now set the retention time in the config.json ## Compatibility