For saving power at home I am working scheduling my Proxmox Lab to auto start in the morning and auto shutdown in the evening.
1) Auto start-up is time-based triggered from the BIOS (and if needed on another time triggered with a WoL command)
A) Auto start-up works via BIOS time-based trigger
B) Question is how can I auto load a key on boot for encypted ZFS dataset?
2) Auto shutdown is time-based triggered via CRON
A) Basic script is working, just added '00 22 * * * root /sbin/shutdown -h now' to /etc/crontab
B) Question is how to cleanly shutdown VM's and Containers on the host?
Macamba
1) Auto start-up is time-based triggered from the BIOS (and if needed on another time triggered with a WoL command)
A) Auto start-up works via BIOS time-based trigger
B) Question is how can I auto load a key on boot for encypted ZFS dataset?
2) Auto shutdown is time-based triggered via CRON
A) Basic script is working, just added '00 22 * * * root /sbin/shutdown -h now' to /etc/crontab
B) Question is how to cleanly shutdown VM's and Containers on the host?
Macamba