Changes

From SME Server
Jump to navigationJump to search
417 bytes added ,  22:24, 5 April 2017
Line 54: Line 54:  
If you want to see the db configuration of automysqlbackup.
 
If you want to see the db configuration of automysqlbackup.
 
  config show automysqlbackup
 
  config show automysqlbackup
 +
===Time===
 +
 +
You can adjust the time when start the cronJob
 +
 +
* Each 30 Minutes
 +
 +
 +
  config setprop automysqlbackup Hour * Minute */30
 +
  signal-event nethserver-automysqlbackup-update
 +
 +
 +
* Each Hour
 +
 +
 +
  config setprop automysqlbackup Hour */1 Minute 1
 +
  signal-event nethserver-automysqlbackup-update
 +
 +
 +
* At 3 Hour Am
 +
 +
 +
  config setprop automysqlbackup Hour 3 Minute 1
 +
  signal-event nethserver-automysqlbackup-update
 +
 +
 +
 
===Backup directory===
 
===Backup directory===
 
It is the folder where you save you database backup '''(default is /root/backup/db)'''. This is the architecture of your backup folder.
 
It is the folder where you save you database backup '''(default is /root/backup/db)'''. This is the architecture of your backup folder.

Navigation menu