Can we set up cron jobs?
Can we set up cron jobs?
Hi, new user here. Got my website set up with a wiki, albeit a wiki that doesn't have versioning, and stores everything in a single file 'db'. I would like to set up a cron job to set up a backup plan for this file. Do we have the ability to make cron jobs?
Re: Can we set up cron jobs?
Yes. You should be able to use:
To edit your crontab.
Code: Select all
crontab -e
Re: Can we set up cron jobs?
Thank you!jmjl wrote: Sun Mar 16, 2025 6:09 pm Yes. You should be able to use:To edit your crontab.Code: Select all
crontab -e
Re: Can we set up cron jobs?
You're welcome.