1. 06 Oct, 2015 2 commits
    • Jacob Vosmaer's avatar
      Reduce disk IO during SQL backup · 90ddf140
      Jacob Vosmaer authored
      By using light gzip compression we can save a lot of disk IO during
      the backup.
      90ddf140
    • Jacob Vosmaer's avatar
      Use tar for intermediate backup storage · d3734fbd
      Jacob Vosmaer authored
      During the backup we create an intermediate copy of two directories:
      builds and uploads. Instead of creating many small files with 'cp
      -r', we now use tar (and fast gzip) to create single intermediate
      files. This saves on disk IO and disk space while creating a backup.
      d3734fbd
  2. 05 Oct, 2015 38 commits