Can we set up cron jobs?

General forum for ~green, if we get a lot of more users and activity we'll add more topics
Post Reply
gorf
Posts: 3
Joined: Fri Mar 14, 2025 8:52 pm

Can we set up cron jobs?

Post by gorf »

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?
User avatar
jmjl
System Operator
Posts: 56
Joined: Mon Feb 06, 2023 3:10 pm

Re: Can we set up cron jobs?

Post by jmjl »

Yes. You should be able to use:

Code: Select all

crontab -e
To edit your crontab.
gorf
Posts: 3
Joined: Fri Mar 14, 2025 8:52 pm

Re: Can we set up cron jobs?

Post by gorf »

jmjl wrote: Sun Mar 16, 2025 6:09 pm Yes. You should be able to use:

Code: Select all

crontab -e
To edit your crontab.
Thank you!
User avatar
jmjl
System Operator
Posts: 56
Joined: Mon Feb 06, 2023 3:10 pm

Re: Can we set up cron jobs?

Post by jmjl »

gorf wrote: Tue Mar 18, 2025 7:17 pm Thank you!
You're welcome.
Post Reply