arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

cron config file #1275

Closed BBarfryyy closed 1 month ago

BBarfryyy commented 1 month ago

Hello,

Sorry if my questions was already answered but I didnt found it in other issues... I'd like to know where is stored the file with the cronjobs we can setup with the arkmanager install-cronjob command, as I probably did a bad setup and my server now backups at 5 am but also at... 6 So I'd like to directly modify the file, as it is easier than manage this with commands.

Also, great tool you did there, tanks for this !

Best

klightspeed commented 1 month ago

arkmanager install-cronjob uses crontab to add the job to the user's crontab. You should be able to use crontab -e to edit the user's crontab using your default editor.

BBarfryyy commented 1 month ago

Okay thanks a lot, I learned something today ! problem solved