diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-13 12:11:53 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-13 12:14:17 +0000 |
commit | a357ba38fb98b7d203380d5b6444256e3419e8ac (patch) | |
tree | 38a79f79a18e00034b68325fb4ac5538d542ad30 /data | |
parent | 9f8525e3b20ff08d74f05438e4dce7a50aaa797b (diff) |
Fix deleting old db_flatfile database backups.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 8c6a96c50..653de1b61 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1090,11 +1090,9 @@ module * Sets the number of days backups of databases are kept. If you don't give it, * or if you set it to 0, Anope won't backup the databases. * - * NOTE: Anope must run 24 hours a day for this feature to work. - * * This directive is optional, but recommended. */ - keepbackups = 3 + keepbackups = 7 /* * Allows Anope to continue file write operations (i.e. database saving) |