Difference between revisions of "Compress Backup Files"
From Roaring Penguin
Line 6: | Line 6: | ||
to | to | ||
compress_dump = yes | compress_dump = yes | ||
+ | |||
+ | The above should be added to the [cron] section of the file. | ||
<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:Management]] | [[category:All]][[category:Management]] |
Revision as of 10:28, 12 March 2015
To set CanIt to compress its backup files and thus reduce the amount of disk space required:
Edit /usr/share/canit/canit.conf and change/add.
compress_dump = no
to
compress_dump = yes
The above should be added to the [cron] section of the file.