cloudstack/plugins/backup/nas/src
James Peru 1981469099 feat(backup): add chain-metadata keys + nas.backup.full.every config
NASBackupChainKeys defines the keys this provider stores under the
existing backup_details kv table (parent_backup_id, bitmap_name,
chain_id, chain_position, type). This keeps the backups table
provider-agnostic per the RFC review.

nas.backup.full.every is a zone-scoped ConfigKey that controls how
often a full backup is taken; the remaining backups in the cycle are
incremental. Counts backups (not days), so it works for hourly,
daily, and ad-hoc schedules. Default 10. Set to 1 to disable
incrementals (every backup is full).

Refs: apache/cloudstack#12899
2026-04-27 18:49:38 +03:00
..
main feat(backup): add chain-metadata keys + nas.backup.full.every config 2026-04-27 18:49:38 +03:00
test/java/org/apache/cloudstack/backup Block use of internal and external snapshots on KVM (#11039) 2025-11-24 11:39:19 +01:00