solidDB Help : Configuring and administering : Administering solidDB : Performing backup and recovery : Automating backups
  
Automating backups
If you want to automate backups, you can initiate the backup by using the solidDB facility for entering timed commands.
The optional configuration settings for local and network backups can be set beforehand in the solid.ini configuration file, except for the synchronized execution, -s option.
To automate backups, use the Srv.At parameter to define the time and location of the backups, see Srv section.
For example, the following Srv.At setting starts a backup every day at 1:30 am. To ensure that at least a week old backup is available, the backups are stored in different directories each day.
[Srv]
At=sun 01:30 backup bckup_sun, mon 01:30 backup bckup_mon, tue 01:30 backup bckup_tue,wed 01:30 backup bckup_wed, thu 01:30 backup bckup_thu, fri 01:30 backup bckup_fri, sat 01:30 backup bckup_sat
Go up to
Performing backup and recovery