Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `File::exist?` instead of `File::exists?` | bogdanvlviv | 2016-08-11 | 1 | -1/+1 |
| | | | | Since version ruby-2.2.0, method `File::exists?` is deprecated. | ||||
* | Do no rely on basename of builds, uploadsbackup-improvements | Jacob Vosmaer | 2015-10-16 | 1 | -4/+5 |
| | |||||
* | Remove unused variable | Jacob Vosmaer | 2015-10-06 | 1 | -3/+2 |
| | |||||
* | Remove old "files" tarball explicitly | Jacob Vosmaer | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | Use tar for intermediate backup storage | Jacob Vosmaer | 2015-10-06 | 1 | -0/+39 |
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. |