새벽 3시반 경 깨어나, 경여년 소설 읽다가. 드라마 1화 보고는 다시 잘라고 누웠다가 또 잡생각이 떠올라 서버 켜고. 백업 소요시간 측정.
bckup.sh 8분이 걸리는데, rsync.sh 백업은 웹서버만 통째로 복사인데 24분이나 걸린다. 해서 cron을 다시 조정.
=====================
root@Gugeosigan:~# crontab -l
# m h dom mon dow command
MAILTO = ""
0 12 2 * * /usr/bin/letsencrypt renew >> /var/log/le-renew.log
5 12 2 * * /usr/sbin/service apache2 reload
10 23 * * * /root/bckup.sh 1>/dev/null 2>/dev/null
25 23 * * * /root/rsync.sh
59 23 * * * /sbin/poweroff
=====================
지금까지 놀고 있다. 인자 자야지.