Module: Backup

Defined in:
lib/backup.rb,
lib/backup/helper.rb,
lib/backup/manager.rb,
lib/backup/options.rb,
lib/backup/metadata.rb,
lib/backup/tasks/lfs.rb,
lib/backup/tasks/task.rb,
lib/backup/tasks/pages.rb,
lib/backup/tasks/builds.rb,
lib/backup/dump/postgres.rb,
lib/backup/gitaly_backup.rb,
lib/backup/targets/files.rb,
lib/backup/tasks/uploads.rb,
lib/backup/remote_storage.rb,
lib/backup/restore/unpack.rb,
lib/backup/targets/target.rb,
lib/backup/tasks/database.rb,
lib/backup/tasks/packages.rb,
lib/backup/tasks/registry.rb,
lib/backup/restore/process.rb,
lib/backup/tasks/artifacts.rb,
lib/backup/targets/database.rb,
lib/backup/tasks/repositories.rb,
lib/backup/database_connection.rb,
lib/backup/targets/repositories.rb,
lib/backup/tasks/external_diffs.rb,
lib/backup/restore/preconditions.rb,
lib/backup/tasks/ci_secure_files.rb,
lib/backup/tasks/terraform_state.rb,
lib/backup/database_configuration.rb

Defined Under Namespace

Modules: Dump, Helper, Restore, Targets, Tasks Classes: DatabaseBackupError, DatabaseConfiguration, DatabaseConnection, FileBackupError, GitalyBackup, Manager, Metadata, Options, RemoteStorage

Constant Summary collapse

Error =
Class.new(StandardError)