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

feat(backups/mirror): filter backup to be transfered #7748

Merged
merged 5 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    52ebb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dda636 View commit details
    Browse the repository at this point in the history
  3. fix(backups): mirror from multiple jobs

    the algorithm sorting the backup to transfer do not take into account multiple
    job writing to the same remote
    It can lead to additional VM being transferred
    fbeauchamp authored and julien-f committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    da97b60 View commit details
    Browse the repository at this point in the history
  4. feat(backup/mirror): better full backup filtering

    If the user defined a filter and the filter only match part of the full
    backups, then we'll only transfer the matched backups
    
    If the user is using incremental backup, then we'll trnsfer the full chain
    if at least only one match
    fbeauchamp authored and julien-f committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    540931c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aeeb57 View commit details
    Browse the repository at this point in the history