1. 16 Mar, 2022 2 commits
    • James Fargher's avatar
      Set gitaly-backup to create incremental backups · fb790bf6
      James Fargher authored
      Incremental backups require a different filesystem layout.
      In `gitaly-backup` we do this using `-layout pointer`. This writes files
      called `LATEST` that point to the latest full backup and the latest
      increment.
      
      Note that in the future we will likely need to use `-id` but for now we
      are only using it to make tests repeatable.
      fb790bf6
    • James Fargher's avatar
      Create feature flag for incremental repository backups · e53b3f95
      James Fargher authored
      Introducing incremental backups is risky and so will need some
      development time to stabilise.
      e53b3f95
  2. 15 Mar, 2022 38 commits