Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix backup creation and restore for specific Rake tasks | Stan Hu | 2018-05-24 | 1 | -1/+5 |
| | |||||
* | Move existing dirs to a temp location while restore | Balasankar "Balu" C | 2018-03-30 | 1 | -4/+0 |
| | | | | | | | Instead of renaming existing storage directories to a timestamped format, create a timestamped directory in a temporary location and move the individual files and folders inside storage directories to it. This helps us with nested storage directories. | ||||
* | Explicitly require backup/filesrs-require-backup-files | Robert Speicher | 2015-11-02 | 1 | -0/+2 |
| | |||||
* | Do no rely on basename of builds, uploadsbackup-improvements | Jacob Vosmaer | 2015-10-16 | 1 | -1/+5 |
| | |||||
* | Use tar for intermediate backup storage | Jacob Vosmaer | 2015-10-06 | 1 | -29/+2 |
| | | | | | | | 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. | ||||
* | Fix builds directory store | Kamil Trzcinski | 2015-09-15 | 1 | -4/+8 |
| | |||||
* | Cleanup CI backup => migrate with GitLab | Kamil Trzcinski | 2015-09-15 | 1 | -0/+30 |