I am trying to config my new Proxmox Backup Server (2.4-1) such that it can be put to sleep when not being used, and only wake up over the midnight to perform backups.
While I tried to put it to sleep using
I tried to disable wake-on-lan using ethtool and set the wol flag to d:
However, it still wakes up instantly. What may I be missing?
The only connection to the PBS NAS is only power cable and the LAN cord. I could try unplugging the LAN cord right after a suspend command later just in case.
While I tried to put it to sleep using
systemctl suspend
, while it does goes to sleep for maybe a few seconds, it instantly wake itself up again.I tried to disable wake-on-lan using ethtool and set the wol flag to d:
ethtool -s enp1s0 wol d
However, it still wakes up instantly. What may I be missing?
The only connection to the PBS NAS is only power cable and the LAN cord. I could try unplugging the LAN cord right after a suspend command later just in case.
Last edited: