Changes

From SME Server
Jump to navigationJump to search
533 bytes added ,  18:10, 29 May 2013
no edit summary
Line 28: Line 28:  
There is no panel for manage this contrib, you  have to play with db configuration command but normally the options by default could be sufficient.
 
There is no panel for manage this contrib, you  have to play with db configuration command but normally the options by default could be sufficient.
    +
==How to launch the backup==
 +
You can launch manually the database backup by a command line with automysqlbackup in a root terminal.
 +
automysqlbackup
 +
otherwise every night, a cron job start à 4h00 AM to save your databases.
 
==DB command option==
 
==DB command option==
 
If you want to see the db configuration of automysqlbackup.
 
If you want to see the db configuration of automysqlbackup.
Line 36: Line 40:  
you have to create manually your new backup directory
 
you have to create manually your new backup directory
 
  mkdir -p /path/to/other/folder
 
  mkdir -p /path/to/other/folder
 +
 +
===Backup a local directory===
 +
the possibility is given to you to save a local directory by automysqlbackup. I suppose that you can not use it for large folder but for a web site with its database it could be useful. not activate by default
 +
config setprop automysqlbackup Backup_local_files /path/to/folder
    
===Encryption===
 
===Encryption===

Navigation menu