-
-
Notifications
You must be signed in to change notification settings - Fork 39
Add bulk snapshot script for VMs #46
Copy link
Copy link
Open
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Description
Description
There is no script to bulk create snapshots of VMs. While VirtualMachines/Backup/BulkBackup.sh handles full backups, snapshots are a lighter-weight operation for creating point-in-time restore points. Operators need bulk snapshots before applying fleet-wide changes (e.g., OS updates, configuration changes).
A new script should be added under VirtualMachines/Backup/ or VirtualMachines/Operations/.
Acceptance Criteria
- New bulk snapshot script created
- Supports creating named snapshots across a VM ID range
- Supports optional snapshot description
- Supports
vmstateoption (include RAM state or not) - Uses
ArgumentParser.shfor argument handling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew user-facing capabilityNew user-facing capabilityinfraProxmox, Ceph, SDN, networking, host scriptsProxmox, Ceph, SDN, networking, host scripts
Projects
Status
Backlog