shell中输入命令:
crontab -e
进入对应cron
添加命令:
例如:
00 2 * * * pvesh create /nodes/pve/qemu/102/status/stop 00 6 * * * pvesh create /nodes/pve/qemu/102/status/start
其中pve为节点名称,102为虚拟机编号。