Class: Backup::Metadata::BackupInformation
- Inherits:
-
Struct
- Object
- Struct
- Backup::Metadata::BackupInformation
- Defined in:
- lib/backup/metadata.rb
Overview
Backup Manifest content, describing what the backup contains and the environment in which it was created Includes versions information, timestamp, installation type and other data required to restore or to keep incremental backups working
Instance Attribute Summary collapse
-
#backup_created_at ⇒ Object
Returns the value of attribute backup_created_at.
-
#backup_id ⇒ Object
Returns the value of attribute backup_id.
-
#db_version ⇒ Object
Returns the value of attribute db_version.
-
#full_backup_id ⇒ Object
Returns the value of attribute full_backup_id.
-
#gitlab_version ⇒ Object
Returns the value of attribute gitlab_version.
-
#installation_type ⇒ Object
Returns the value of attribute installation_type.
-
#repositories_paths ⇒ Object
Returns the value of attribute repositories_paths.
-
#repositories_server_side ⇒ Object
Returns the value of attribute repositories_server_side.
-
#repositories_storages ⇒ Object
Returns the value of attribute repositories_storages.
-
#skip_repositories_paths ⇒ Object
Returns the value of attribute skip_repositories_paths.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#tar_version ⇒ Object
Returns the value of attribute tar_version.
Instance Attribute Details
#backup_created_at ⇒ Object
Returns the value of attribute backup_created_at
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def backup_created_at @backup_created_at end |
#backup_id ⇒ Object
Returns the value of attribute backup_id
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def backup_id @backup_id end |
#db_version ⇒ Object
Returns the value of attribute db_version
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def db_version @db_version end |
#full_backup_id ⇒ Object
Returns the value of attribute full_backup_id
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def full_backup_id @full_backup_id end |
#gitlab_version ⇒ Object
Returns the value of attribute gitlab_version
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def gitlab_version @gitlab_version end |
#installation_type ⇒ Object
Returns the value of attribute installation_type
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def installation_type @installation_type end |
#repositories_paths ⇒ Object
Returns the value of attribute repositories_paths
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def repositories_paths @repositories_paths end |
#repositories_server_side ⇒ Object
Returns the value of attribute repositories_server_side
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def repositories_server_side @repositories_server_side end |
#repositories_storages ⇒ Object
Returns the value of attribute repositories_storages
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def repositories_storages @repositories_storages end |
#skip_repositories_paths ⇒ Object
Returns the value of attribute skip_repositories_paths
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def skip_repositories_paths @skip_repositories_paths end |
#skipped ⇒ Object
Returns the value of attribute skipped
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def skipped @skipped end |
#tar_version ⇒ Object
Returns the value of attribute tar_version
20 21 22 |
# File 'lib/backup/metadata.rb', line 20 def tar_version @tar_version end |