Scheduling Rewrite #966
DamienCassou
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I'm currently in the process of rewriting the scheduler, but it's not done yet. Currently we use APScheduler, which may drop support for Qt in the next version. It's also overkill to have another dependency, when Qt already provides the QTimer class to do something similar (but lower level). The new implementation will take the last backup time into account and offer to catch up with failed backups. Queueing backups is an interesting aspect I didnt' consider yet. If coding wouldn't matter, how would you present these options in the UI? To give you the options you need, but also keeping it simple? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vorta saves my computer to 2 different locations: on a LAN backup server and on borgbase. My wife's laptop will soon have the same setup.
Question: How to best configure Vorta's scheduling so only one backup run at a time (so the LAN always stays available for other things)?
I thought about a scheme like this:
Beyond spreading the backups to avoid network flooding, this schemes increases the time between 2 backups of the same laptop: this way, Vorta won't complain that another backup is in progress when trying to start a new one.
Unfortunately, I can't express this scheme in Vorta. I can say "every 2 hours" but I don't know if it will be even or odd hours.
Beta Was this translation helpful? Give feedback.
All reactions