gitlab-org--gitlab-foss/lib/backup
Jacob Vosmaer d3734fbd89 Use tar for intermediate backup storage
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.
2015-10-06 14:43:19 +02:00
..
builds.rb Use tar for intermediate backup storage 2015-10-06 14:43:19 +02:00
database.rb add pg_schema to backup config 2015-09-18 16:29:13 +03:00
files.rb Use tar for intermediate backup storage 2015-10-06 14:43:19 +02:00
manager.rb Use tar for intermediate backup storage 2015-10-06 14:43:19 +02:00
repository.rb Stricter mkdir's in 'rake gitlab:backup:create' 2015-07-30 10:17:34 +02:00
uploads.rb Use tar for intermediate backup storage 2015-10-06 14:43:19 +02:00