Re: [BackupPC-users] mysql backup isn't working

2006-11-08 Thread daniel berteaud
You should save mysql databases this way. The best way is to use a pre-dump script whcih dump tha database you want. For exemple: mysqldump mysqldump --add-drop-table -A -Q > /home/backup/mysql.sql This command will dump all the mysql databases and save them as a mysql script in /home/backup. Then

[BackupPC-users] mysql backup isn't working

2006-11-08 Thread Mikael Lammentausta
Title: mysql backup isn't working Backups of the host below (backup_client) works fine for the two first folders, but not for /var/lib/mysql. I tried to manually rsync this folder to /tmp/backup as the user backuppc, and it worked. I wonder why it doesn't when the backupPC daemon does it. Any