R ransom New Member Apr 25, 2009 23 0 1 Dec 7, 2009 #1 I want KVM to start automatically at 4:00 AM daily,how can I do it?
tom Proxmox Staff Member Staff member Aug 29, 2006 15,914 1,181 273 Dec 7, 2009 #2 ransom said: I want KVM to start automatically at 4:00 AM daily,how can I do it? Click to expand... run a cron job with the output of the following: Code: qm showcmd VMID Last edited: Dec 7, 2009
ransom said: I want KVM to start automatically at 4:00 AM daily,how can I do it? Click to expand... run a cron job with the output of the following: Code: qm showcmd VMID
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,268 675 213 Austria www.proxmox.com Dec 8, 2009 #3 Run a simple cron job using this command: Code: qm start <vmid> use 'crontab -e' to configure cron.