Replies: 2 comments 3 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I can't say I don't see this approach as feasible but it feels a bit wrong to offload scheduling to the system, especially when running gickup in a container. Also, is there a way to somehow skip downloading the same repos over and over again when there are no changes in between the runs? Both of these are more like nice-to-have's rather than serious concerns from the project's perspective. Yet it makes me consider writing my own backup-thingy, which would definitely end up being a horrible waste of time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
it doesn't look like there is an answer for this in the documentation.
Basically as of now it doesn't seem like gickup is tracking the last time it ran. As the result of that if a run was skipped for whatever reason (such as host being offline) it won't run again until the next scheduled date.
Since I am planning to have the service on my Intel NUC that doubles as my media center, there's a chance it won't be online for long enough to reliably be there when CRON triggers.
I think it could be a really useful feature to keep track of the last backup time so that we could trigger immediately on service start if the time interval since last run is longer than the set CRON period.
Beta Was this translation helpful? Give feedback.
All reactions