Initial commit.
This commit is contained in:
26
conf/kvm-lvm-full-restore.conf.sample
Normal file
26
conf/kvm-lvm-full-restore.conf.sample
Normal file
@@ -0,0 +1,26 @@
|
||||
# ===== vm-full-restore.conf =====
|
||||
# libvirt VM-Name (zum Stoppen vor Restore)
|
||||
VM_NAME="WinServer2025"
|
||||
|
||||
# Ziel-Blockdevice (wird überschrieben!)
|
||||
LV_TARGET="/dev/VG-Windows-Server/WinSystem"
|
||||
|
||||
# Speicherort der Backups (muss die .img.<ext> + .sha256 + .xml enthalten)
|
||||
BACKUP_DIR="/data/backup/${VM_NAME}"
|
||||
|
||||
# Dateiprefix der Backups (muss zum Backup-Skript passen)
|
||||
FILE_PREFIX="WinSystem_full"
|
||||
|
||||
# dd Blocksize (Performance)
|
||||
DD_BS="4M"
|
||||
|
||||
# SHA-Verifikation standardmäßig an (1) oder aus (0)
|
||||
VERIFY_SHA=0
|
||||
|
||||
# Quiet wird automatisch 1 ohne TTY
|
||||
# QUIET=0
|
||||
|
||||
# NFS/Mount-Schutz
|
||||
REQUIRE_MOUNTED=0 # 1: BACKUP_DIR muss gemountet sein
|
||||
REQUIRE_NFS_TYPE=0 # 1: FSTYPE muss nfs/nfs4 sein
|
||||
|
||||
Reference in New Issue
Block a user