Possibility to configure backup schedule
-
Hello,
is it possible to configure the backup schedule? At the moment my server at home will try to backup my apps at 3am in a cifs-folder on my NAS, but normally at 3am my NAS is offline. From 10pm till 6am my NAS is off, because I don't use / need it at this time.
Best regards,
Axel -
For now, you can edit the cron pattern at https://git.cloudron.io/cloudron/box/-/blob/master/src/cron.js#L182 to
00 00 7,10,12 * * *
or something like that (the hours are in your timezone). The file on Cloudron is/home/yellowtent/box/src/cron.js
and thensystemctl restart box
.You have to do this after every Cloudron update though since it gets overwritten.