summaryrefslogtreecommitdiff
path: root/lib/backup/manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
* Only create the backup directory if it is localStan Hu2016-06-101-3/+18
* Replace colorize gem with rainbow.Connor Shea2016-06-031-15/+15
* Create the specified remote directory during backuprs-create-remote-backup-folderRobert Speicher2016-05-311-1/+1
* Improve after reviewfix-registry-backupsKamil Trzcinski2016-05-241-5/+5
* Fix backups if registry is disabledKamil Trzcinski2016-05-231-2/+11
* Added backup of container registryKamil Trzcinski2016-05-161-1/+1
* Make sure there is a connection before using ActiveRecordbackup-database-timeout-fixJeroen Nijhof2016-02-081-0/+3
* Backup LFS objects same as any upload.Marin Jankovski2015-11-191-1/+1
* USe reject.check_if_it_should_be_archived_in_backupMarin Jankovski2015-11-181-1/+1
* Check which folders and archives should be packed before passing to tar command.Marin Jankovski2015-11-181-8/+6
* Implement Build ArtifactsKamil Trzcinski2015-11-101-1/+1
* Keep old path: db/database.sql.gzJacob Vosmaer2015-10-061-2/+2
* Reduce disk IO during SQL backupJacob Vosmaer2015-10-061-2/+2
* Use tar for intermediate backup storageJacob Vosmaer2015-10-061-2/+2
* Add support for AWS S3 Server-Side Encryption supportPaul Beattie2015-09-251-3/+4
* Fix backup testsKamil Trzcinski2015-09-161-1/+1
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-08-031-2/+0
|\
| * Set internal backup directory modes on createJacob Vosmaer2015-07-291-2/+0
* | Allow custom backup archive permissionsJacob Vosmaer2015-07-061-3/+3
|/
* use gitlab not gitlabciJeroen Nijhof2015-06-091-1/+1
* update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-1/+2
* ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-6/+36
* Don't use chmod_R for backup tarsVinnie Okada2015-03-281-1/+1
* Change directory when removing old backupsVinnie Okada2015-03-241-7/+8
* Call chdir() with a blockVinnie Okada2015-03-191-18/+17
* Change permissions on backup filesVinnie Okada2015-03-171-5/+13
* Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets2015-03-161-4/+0
* Change permissions on backup filesVinnie Okada2015-03-151-0/+4
* Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
* Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
* Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-16/+16
* Fail harder in the backup scriptJacob Vosmaer2014-10-011-0/+3
* Add backup upload support to the rake taskJacob Vosmaer2014-09-291-2/+24
* Apply the locale encoding to `tar --version`Jacob Vosmaer2014-05-081-1/+1
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-031-1/+6
* Use Gitlab::VERSION to version backupsJacob Vosmaer2014-02-271-16/+10
* Remove duplication in Backup::ManagerJacob Vosmaer2013-11-061-2/+4
* Remove Bourne shell from backup codeJacob Vosmaer2013-11-061-4/+4
* move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets2013-08-051-0/+106