It probably makes more sense to invest time to learn things like Ansible (and Sephamore if you want a webui) to script such basic things.
Other than that, maybe Cronicle or Crontab-ui could be useful.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
It probably makes more sense to invest time to learn things like Ansible (and Sephamore if you want a webui) to script such basic things.
Other than that, maybe Cronicle or Crontab-ui could be useful.
I’m happy to learn more tricks. Do you think one is more portable than another?
I mean its 1 command to store your user crontab and 1 to restore it, so I would not over complicate it...
backup:
crontab -l -u root > /tmp/your-crontab-backup
and restore:
crontab /tmp/your-crontab-backup
I actually Containerized one of my CRON jobs that used rsync to copy my container volumes to my TrueNAS server (link).
I think it's a good idea and you'll learn a lot along the way. Plus if you open source it then it will be way easier for people to get it up and running.