Changes

Jump to navigation Jump to search
351 bytes added ,  00:25, 26 April 2013
Line 47: Line 47:  
you can determine the size of mails sent.(default is 8000 bytes)
 
you can determine the size of mails sent.(default is 8000 bytes)
 
  config setprop automysqlbackup Sizemail 8000
 
  config setprop automysqlbackup Sizemail 8000
 +
 +
===RESTORING===
 +
In a root terminal
 +
cd /root/backup/db/ and choose your backup
 +
gunzip file-name.sql.gz
 +
Next you will need to use the mysql client to restore the DB from the sql file.
 +
mysql database < /path/file.sql
 +
 +
NOTE: Make sure you use < and not > in the above command because you are piping the file.sql to mysql and not the other way around

Navigation menu