Module: Backup

Defined in:
lib/backup/process.rb,
lib/backup/runner.rb,
lib/backup/options.rb,
lib/backup_version.rb,
lib/backup/cron_edit.rb,
lib/backup/environment.rb,
lib/backup/file_backup.rb,
lib/backup/mysql_backup.rb

Overview

Backup contains functions to backup a MySQL database and files and directories to a default or specified backup directory. Instead of instant backup the invoked command can be added to a crontab and invoked based on the provided schedule that is a parameter of the –cron option. The backed up files are per default compressed but this can be ommitted

Defined Under Namespace

Classes: CronEdit, Environment, FileBackup, MySQLBackup, Options, Process, Runner

Constant Summary collapse

VERSION =

Version of the application

'0.0.7'