[rt-users] Backing up RT

Emmanuel Lacour elacour at easter-eggs.com
Wed Jan 5 08:52:51 EST 2011


On Wed, Jan 05, 2011 at 07:36:46AM -0500, Andy Graybeal wrote:
> You use logrotate to manage your mysqldumps!  Excellent idea.
>

if you are using Debian, the command "savelog" is also often convenient
to rotate a file at the beginning or end of a script.

saveloq -q /var/backups/mysql/dump.sql.gz
mysqldump ... | gzip -c > /var/backups/mysql/dump.sql.gz




More information about the rt-users mailing list