backup/storage-location¶
Location where backup archives (tarballs) will be stored
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