Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced scheduler options #1403

Open
4 tasks
warmup72 opened this issue Aug 24, 2022 · 11 comments
Open
4 tasks

Advanced scheduler options #1403

warmup72 opened this issue Aug 24, 2022 · 11 comments
Labels
type:enhancement Improvement of an existing function

Comments

@warmup72
Copy link

warmup72 commented Aug 24, 2022

It would be nice to add the usual options to the scheduler in Vorta:

  • Selection of the day(s) of the week via checkboxes
  • Selection of the start time for a periodic run (with a period of multiple days)
  • Option that only [n] backup plans are allowed to run in parallel
  • Exclude a certain period of time within a day (e.g. no backup between 10:00 p.m. - 6:00 a.m.)
@real-yfprojects real-yfprojects added the type:enhancement Improvement of an existing function label Aug 24, 2022
@real-yfprojects
Copy link
Collaborator

* [ ]  Option that only [n] backup plans are allowed to run in parallel

In case of multiple profiles scheduled for the same time?

@warmup72
Copy link
Author

I think it's important to specify the maximum number of jobs that can run in parallel at the same time. also across profiles

@real-yfprojects
Copy link
Collaborator

Currently backups of the same profile cannot run in parallel. But your point applies for backups from different profiles.

@real-yfprojects real-yfprojects changed the title Advanced Scheduler-Options Advanced scheduler options Aug 25, 2022
@Znerox
Copy link

Znerox commented Dec 17, 2022

Having the option to do backup every X weeks, on a specific weekday and time would be very nice.

@real-yfprojects
Copy link
Collaborator

Having the option to do backup every X weeks, on a specific weekday and time would be very nice.

What do you need that for?

@thatso
Copy link

thatso commented Mar 31, 2024

More than one year later and there is still no possibility to select specific weekdays for schedules. 👎
I was surprised to realize that Vorta does not offer such basic scheduling options despite the fact that corresponding pull requests like this exist since 2020.

@real-yfprojects
Copy link
Collaborator

@thatso As this is a community maintained project and not a commercial product, it might need a motivated individual like you to pick up the issue.

Also, my question still remains unanswered: What is a use case for selecting specific weekdays for schedules?

@warmup72
Copy link
Author

warmup72 commented Apr 1, 2024

Hello,
In my opinion, this is basically an easy way to cover all requirements.
However, the problem with Vorta in particular is that you cannot select a time if you select a backup interval greater than one day. In this case Vorta takes the time of the last backup. Quite annoying for me.

@real-yfprojects
Copy link
Collaborator

real-yfprojects commented Apr 1, 2024

despite the fact that corresponding pull requests like this exist since 2020.

The PR's contents no longer exists, so this isn't really an argument.

Nevertheless I feel like a GUI similar to the following would actually be realively easy to implement and provide sufficient UX. However instead of changing the visibility of the UI elements they should be disabled/enabled as needed. (They are still displayed but greyed out)

100402946-22c11580-3023-11eb-9443-b209e1c9133e

@thatso
Copy link

thatso commented Apr 1, 2024

Nevertheless I feel like a GUI similar to the following would actually be realively easy to implement and provide sufficient UX.

That UI is exactly the one from the pull request I referenced.
The specific way the selection will be implemented is not really relevant. However, not being able to choose weekdays and times at all is just unexpected as this is a well-known and acknowledged standard for any backup software in general.

@Znerox
Copy link

Znerox commented Apr 3, 2024

The reason I would want something like this: I only want backups to run at night, and for many of my backup jobs, the source folder changes so rarely that having it run once a week would be sufficient.
Unfortunately I do not know enough to implement this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Improvement of an existing function
Projects
None yet
Development

No branches or pull requests

4 participants