backup/storage-location¶
Base storage location for all backup-related files for this endpoint
Specifies the base directory where all backup-related files will be stored for this endpoint.
This directory will contain two subdirectories: - archives/: Contains compressed backup archives (tarballs) - backup/: Contains the latest uncompressed backup data
By default, this creates a unique directory structure using the destination base and endpoint ID, but can be customized to use enterprise storage locations or dedicated backup partitions as needed.
Example with defaults:
- backup/storage-location: /var/lib/drp-backups/drp-1
- backup/archive-location: /var/lib/drp-backups/drp-1/archives
- backup/backup-location: /var/lib/drp-backups/drp-1/backup
Objects that Reference backup/storage-location¶
- params backup/archive-location in Backup and Recovery as part of Schema.default (used)
- params backup/backup-location in Backup and Recovery as part of Schema.default (used)
- tasks backup-cleanup-files-during-remove in Backup and Recovery as part of Templates.[0].Contents (used)