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

Be able to chain backups #4789

Closed
federicoalvarez-github opened this issue Jul 14, 2022 · 2 comments
Closed

Be able to chain backups #4789

federicoalvarez-github opened this issue Jul 14, 2022 · 2 comments

Comments

@federicoalvarez-github
Copy link

federicoalvarez-github commented Jul 14, 2022

  • [ X] I have searched open and closed issues for duplicates.
  • [ X] I have searched the forum for related topics.

Feature request

Be able to chain backups starting time.
Example:

  • Backup 1: starts at 1am every day
  • Backup 2: starts after Backup 1 every day
  • Backup 3: starts after Backup 2 every day

This way we stop to worry about backup times, and can make the best use of time schedules.

@drwtsn32x
Copy link
Contributor

Scheduled backups should queue up and run in sequence. Say for instance you schedule backup 2 to start 1 minute after backup 1 starts, and then backup 3 to start 1 minute after backup 2, they should run one after another regardless of how long they take.

Alternatively, you could only schedule backup 1 and configure it to run a post backup script that triggers backup 2 (using https://github.com/Pectojin/duplicati-client). And do the same for backup 2.. a post backup script that triggers backup 3. I think this might be more complex than the first idea though.

@federicoalvarez-github
Copy link
Author

Oh, thanks a lot drwtsn32x for the info. Guess this issue can be closed then. The first tip is exactly what I was looking for. Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants