-
일정에 맞춰 Proxmox VM 시작/종료smart home 2024. 1. 10. 16:10
아래 명령어로 편집
crontab -e
1) 예제55 6 * * * /usr/sbin/qm start 100 5 23 * * * /usr/sbin/qm shutdown 100
매일 오전 6시 55분 VM 100번 시작
매일 오후 11시 05분 VM 100번 종료
https://i12bretro.github.io/tutorials/0849.htmlSchedule Proxmox VM Startup and Shutdown with Cron
Schedule Proxmox VM Startup and Shutdown with Cron What is Cron? The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may al
i12bretro.github.io
'smart home' 카테고리의 다른 글
Airconnect 설치 (with docker) (0) 2024.01.27 Proxmox script를 이용한 HA 설치 (0) 2024.01.20 Intel graphic chipset passthrough 설정 & VM Windows 설치 (0) 2024.01.01 Proxmox 8.1 Repository 설정 (0) 2023.12.29 Proxmox 8.1 설치하기 (0) 2023.12.29