On 11/16/2012 05:42 PM, Marko Weber | zbfmail wrote:
> Package: automysqlbackup
> 
> Version: 2.5-6
> 
> When you install automysqlbackup via the packagemanager,
> the package creates an /etc/cron.daily/automysqlbackup
> with:
> 
> #!/bin/sh
> test -x /usr/sbin/automysqlbackup && /usr/sbin/automysqlbackup
> 
> This one filled up our /var/lib/mysql with 100%

Hi,

I don't think that is possible, because automysqlbackup only *reads*
from the MySQL db in /var/lib/mysql. It never writes to it, so it
couldn't filled up this folder.

> This File should not be created.

Which file? Can you be a bit more descriptive, as I'm not sure what you
are talking about? If you are talking about the cron job, sure it should
be there, otherwise how do you expect the script to run every day?

> Every instance config you create you
> call with:
> 
> # /path/to/automysqlbackup /etc/automysqlbackup/<yourconfig>.conf

There's no such thing as a parameter for the automysqlbackup script, I
believe it only runs with no parameter.

> Within this file you set an:
> 
> CONFIG_backup_dir='<your path to backupstore>'

How is this related?

Cheers,

Thomas


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to