Table of Contents - server_backups-0.1.21 Documentation
Classes and Modules
- ServerBackups
- ServerBackups::BackupBase
- ServerBackups::BackupCreationError
- ServerBackups::Config
- ServerBackups::MysqlBackup
- ServerBackups::MysqlIncrementalBackup
- ServerBackups::MysqlIncrementalBackup::BinlogFilename
- ServerBackups::MysqlRestore
- ServerBackups::Notifier
- ServerBackups::OrderedBackupFileCollection
- ServerBackups::RestoreBase
- ServerBackups::RestoreTarError
- ServerBackups::S3
- ServerBackups::WebsiteBackup
- ServerBackups::WebsiteRestore
Methods
- ::all_databases — ServerBackups::MysqlRestore
- ::daily — ServerBackups::BackupBase
- ::daily — ServerBackups::MysqlBackup
- ::get_time_zone — ServerBackups::Config
- ::incremental — ServerBackups::BackupBase
- ::incremental — ServerBackups::MysqlBackup
- ::monthly — ServerBackups::BackupBase
- ::monthly — ServerBackups::MysqlBackup
- ::new — ServerBackups::BackupBase
- ::new — ServerBackups::Config
- ::new — ServerBackups::BackupCreationError
- ::new — ServerBackups::MysqlBackup
- ::new — ServerBackups::MysqlIncrementalBackup
- ::new — ServerBackups::MysqlIncrementalBackup::BinlogFilename
- ::new — ServerBackups::MysqlRestore
- ::new — ServerBackups::Notifier
- ::new — ServerBackups::OrderedBackupFileCollection
- ::new — ServerBackups::RestoreBase
- ::new — ServerBackups::S3
- ::restore — ServerBackups::MysqlRestore
- ::weekly — ServerBackups::BackupBase
- ::weekly — ServerBackups::MysqlBackup
- #access_key_id — ServerBackups::Config
- #all_databases — ServerBackups::MysqlBackup
- #all_files — ServerBackups::RestoreBase
- #already_stored_log_indexes — ServerBackups::MysqlIncrementalBackup
- #backup_all_databases — ServerBackups::MysqlBackup
- #backup_filename — ServerBackups::BackupBase
- #backup_filename — ServerBackups::MysqlBackup
- #backup_filename — ServerBackups::WebsiteBackup
- #backup_path — ServerBackups::BackupBase
- #backup_s3_key — ServerBackups::BackupBase
- #backup_single_bin_log — ServerBackups::MysqlIncrementalBackup
- #bin_log — ServerBackups::Config
- #bin_path — ServerBackups::Config
- #binary_logging? — ServerBackups::MysqlBackup
- #bucket — ServerBackups::Config
- #bucket — ServerBackups::S3
- #cli_options — ServerBackups::MysqlBackup
- #cli_options — ServerBackups::MysqlRestore
- #client — ServerBackups::S3
- #create_archive_command — ServerBackups::MysqlBackup
- #create_archive_command — ServerBackups::WebsiteBackup
- #database — ServerBackups::Config
- #db_host — ServerBackups::Config
- #default_config_file — ServerBackups::Config
- #delete_files_not_newer_than — ServerBackups::S3
- #destroy — ServerBackups::S3
- #do_backup — ServerBackups::BackupBase
- #do_backup — ServerBackups::MysqlBackup
- #do_backup — ServerBackups::MysqlIncrementalBackup
- #do_restore — ServerBackups::MysqlRestore
- #do_restore — ServerBackups::WebsiteRestore
- #each_bin_log — ServerBackups::MysqlIncrementalBackup
- #eligible_incremental_backups — ServerBackups::OrderedBackupFileCollection
- #execute_script — ServerBackups::MysqlRestore
- #execute_sql — ServerBackups::MysqlBackup
- #exists? — ServerBackups::S3
- #extract_backup_time_from_filename — ServerBackups::RestoreBase
- #files_to_restore — ServerBackups::WebsiteRestore
- #flush_logs — ServerBackups::MysqlIncrementalBackup
- #formatted_restore_point_in_system_time_zone — ServerBackups::MysqlRestore
- #full_backup_file — ServerBackups::MysqlRestore
- #full_backup_for — ServerBackups::OrderedBackupFileCollection
- #full_backups — ServerBackups::OrderedBackupFileCollection
- #get_ordered_collection — ServerBackups::S3
- #get_retention_threshold — ServerBackups::Config
- #get_timestamp_from_s3_object — ServerBackups::OrderedBackupFileCollection
- #incremental? — ServerBackups::BackupBase
- #incremental_backups — ServerBackups::MysqlRestore
- #incremental_backups — ServerBackups::OrderedBackupFileCollection
- #incremental_backups_for — ServerBackups::OrderedBackupFileCollection
- #last_command_succeeded? — ServerBackups::BackupBase
- #last_command_succeeded? — ServerBackups::RestoreBase
- #load_resources — ServerBackups::BackupBase
- #log_device — ServerBackups::Config
- #log_index — ServerBackups::MysqlIncrementalBackup::BinlogFilename
- #logfile_count — ServerBackups::Config
- #logfile_size — ServerBackups::Config
- #logger — ServerBackups::RestoreBase
- #make_copy_of_existing_web_root — ServerBackups::WebsiteRestore
- #md5of — ServerBackups::S3
- #mysql — ServerBackups::Config
- #mysql_bin — ServerBackups::Config
- #mysqlbinlog_bin — ServerBackups::Config
- #mysqldump_bin — ServerBackups::Config
- #notify_failure — ServerBackups::Notifier
- #notify_on_success — ServerBackups::Config
- #notify_success — ServerBackups::Notifier
- #password — ServerBackups::Config
- #prefix — ServerBackups::Config
- #region — ServerBackups::Config
- #remote_bin_logs — ServerBackups::MysqlIncrementalBackup
- #remove_old_backups — ServerBackups::BackupBase
- #restore — ServerBackups::WebsiteBackup
- #restore_file — ServerBackups::WebsiteRestore
- #restore_script_path — ServerBackups::MysqlRestore
- #retain_dailies_after — ServerBackups::Config
- #retain_incrementals_after — ServerBackups::Config
- #retain_monthlies_after — ServerBackups::Config
- #retain_weeklies_after — ServerBackups::Config
- #s3 — ServerBackups::Config
- #s3_prefix — ServerBackups::BackupBase
- #s3_prefix — ServerBackups::MysqlBackup
- #s3_prefix — ServerBackups::MysqlIncrementalBackup
- #s3_prefix — ServerBackups::WebsiteRestore
- #save — ServerBackups::S3
- #secret_access_key — ServerBackups::Config
- #slack_mention_on_failure — ServerBackups::Config
- #slack_mention_on_success — ServerBackups::Config
- #slack_webhook — ServerBackups::Config
- #sorted — ServerBackups::OrderedBackupFileCollection
- #store_backup — ServerBackups::BackupBase
- #system_time_zone — ServerBackups::Config
- #take_backup — ServerBackups::BackupBase
- #time_zone — ServerBackups::Config
- #timestamp — ServerBackups::BackupBase
- #title — ServerBackups::BackupBase
- #title — ServerBackups::RestoreBase
- #untar_command — ServerBackups::WebsiteRestore
- #user — ServerBackups::Config
- #web_root — ServerBackups::Config