James Coleman 25f11d5535 Update backup scripts for remote borg repo, add zvol-iscsi backup, and fix bugs
- Update copyright year to 2026
- Point BORG_REPO to remote backup host
- Fix RBD pid file name to avoid collision with images backup
- Fix snapshot count typo and off-by-one error in RBD cleanup
- Add error handling for rbd snap create
- Fix prune log messages to reference domain instead of image
- Add new kvm-backup-zvol-iscsi.sh for ZVol over iSCSI backups
2026-03-11 22:18:44 -05:00
2022-12-29 12:42:17 -06:00

KVM Backup Scripts

These are scripts I wrote to perform backup of KVM images in my homelab environment. I am publishing them here for the case it is useful to someone. These scripts backups to a (borg backup)[https://borgbackup.readthedocs.io/en/stable/index.html] archive, as that is my favorite backup software.

Description
Backup scripts for kernal virtual machines using libvirt.
Readme 62 KiB
Languages
Shell 100%