• 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
backup_rake_spec.rb 21.1 KB