This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# See https://steven-england.info/2023/12/24/remote-headless-image-backup-and-restore-of-proxmox-hosts-with-clonezilla/ for more explaination. | |
################################################### | |
# Variables | |
################################################### | |
# These files will be temporarily written to update grub.cfg accordingly. Normally there is no need to edit these vars. | |
GRUBFILE_HEADER=/etc/grub.d/01_clonezilla_header |