💾 Archived View for gemi.dev › gemlog › 2022-06-08-automating-xkcd.gmi captured on 2022-06-11 at 20:46:46. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
2022-06-23 | #XKCD
A few months ago, I built a Gemini mirror of XKCD:
I was manually running a script which would sync the archives. I finally got around to automated this. I was expecting to edit crontab to create a cron job, but Ubuntu makes this easier by just having a /etc/cron.daily/ folder. Any scripts in there will execute automatically once a day. macOS has a similar concept via a /etc/periodic/daily folder.
The net result is my mirror will stay up-to-date, and you can always fetch the latest XKCD comic here:
Linux admin work and automation are a bit like working with ffmpeg: