https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36325 --- Comment #1 from Danyon Sewell <danyonsewell@catalyst.net.nz> --- Created attachment 163157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163157&action=edit Bug 36325: Add option to koha-run-backups/koha-dump, to exclude logs Written patch to add flag to both koha-dump and koha-run-backups. Test plan: 1. do a sudo koha-dump and sudo koha-run-backups and check the contents of the .tar.gz backup in /var/spool/koha/instance/ and verify logs are in there 2. apply this patch 3. this time do sudo koha-dump --exclude-logs and sudo koha-run-backups --exclude-logs and check the contents of the .tar.gz backup in /var/spool/koha/instance and verify nothing from /var/log/koha is in there. Current status: ASSIGNED -- You are receiving this mail because: You are watching all bug changes.