Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

backup operator: fixed incorrect backup file naming convention. #2075

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    cc2f4e8 View commit details
    Browse the repository at this point in the history
  2. backup operator: fixed incorrect backup file naming convention.

    When limiting the number of backups, if the revision would move to needing another digit, the logic would never select a new entry as _ is > to 9 in ascii terms.
    
    Note that this is backwards incompatible as now files receive a correct padding and old revisions will still be incorrectly handled.
    kapouille committed May 16, 2019
    Configuration menu
    Copy the full SHA
    10d2dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1bbc88 View commit details
    Browse the repository at this point in the history