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

"The next backup..." message in chat has the incorrect time of the next backup #124

Open
CathalCraft opened this issue Apr 8, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@CathalCraft
Copy link

When using scheduled backups that have different times set, the in-game message after a backup that says "The next backup is at " shows the next time of the first schedule and not the second.

scheduled-backups: true
backup-schedule-list:
- days: 
  - "everyday"
  time: "05:00"
- days: 
  - "everyday"
  time: "17:00"

For example, when the 05:00 backup completes, it says the next backup time is 05:00.
Then when the 17:00 backup completes, it says the next backup time is 17:00.
Is there a way to put multiple times on one schedule?

@rhld16 rhld16 added the bug Something isn't working label Jun 25, 2023
@rhld16 rhld16 self-assigned this Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants