Changes

Jump to navigation Jump to search
426 bytes added ,  01:55, 26 April 2013
Line 28: Line 28:  
you have to create your new backup directory
 
you have to create your new backup directory
 
  mkdir -p /path/to/other/folder
 
  mkdir -p /path/to/other/folder
 +
 +
===ENCRYPTION===
 +
If you wish to encrypt your backups using openssl (no is default)
 +
config setprop automysqlbackup Encrypt yes
 +
you need to set a password (default is 01234567899876543210)
 +
config setprop automysqlbackup Dbencrypt_password "your-password"
 +
 +
To decrypt run (replace gz with bz2 if using bzip2):
 +
 +
openssl enc -aes-256-cbc -d -in encrypted_file_name(ex: *.enc.gz) -out outputfilename.gz -pass pass:your-password
    
====Mailcontent====
 
====Mailcontent====

Navigation menu