Difference between revisions of "Reduce Backup Size"
From Roaring Penguin
(Created page with "You can significantly reduce the size of the nightly database backup file by adding the following lines to /etc/mail/canit/canit.conf: [cron] compress_dump=yes which will…") |
|||
Line 9: | Line 9: | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
− | [[category:All]][[category: | + | [[category:All]][[category:Best Practices]][[category:Management]] |
Latest revision as of 14:12, 20 February 2015
You can significantly reduce the size of the nightly database backup file by adding the following lines to /etc/mail/canit/canit.conf:
[cron] compress_dump=yes
which will gzip-compress the nightly dump, saving (usually) about 50% of the disk space it would otherwise use.