https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42028
--- Comment #2 from MichaĆ <[email protected]> --- Created attachment 195004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195004&action=edit [PATCH 2/3] Bug 42028: tweak default koha-run-backups settings [PATCH 2/3] Bug 42028: tweak default koha-run-backups settings "Configuration" tar file should not be so outrageously big (~10x bigger than the database, what in the world!). The biggest offender is the Zebra index files. These should not be backed up at all, instead regenerate them after restoring backup. There's no consistency between SQL and index dumps, they're not atomic, so restoring them like that is unsafe anyway. In fact, ideally that option should be removed completely so that nobody can shoot their foot off. Logs these days can also grow quite big with all these crazy AI crawlers out there nowadays and default retention settings. I don't think making N copies of the very same logs on the server, which are meant to be ultimately ephemeral anyways, is really beneficial... And now that we shrunk the needed storage by ~10x (YMMV), bump default 2 days to 7, making it much more likely you'll have old enough point of reference in case anything goes wrong with your Koha, before it gets nuked forever. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
