summaryrefslogtreecommitdiff
path: root/lib/backup/uploads.rb
Commit message (Collapse)AuthorAgeFilesLines
* Stricter mkdir's in 'rake gitlab:backup:create'backup-directory-permissionsJacob Vosmaer2015-07-301-1/+5
|
* Set internal backup directory modes on createJacob Vosmaer2015-07-291-1/+1
| | | | This sidesteps problems with running 'chmod' on some CIFS mounts.
* Avoid "cannot copy directory to itself" restore errorBryan Stearns2014-08-031-1/+1
|
* Support symlinked public/uploads for backp restoreJacob Vosmaer2014-02-261-2/+3
| | | | | | | The backup restore code moves any existing uploads directory out of the way before restoring the copy from the backup. If public/uploads was a symlink, this move would replace the symlink. This commit avoids this issue by first resolving any symlinks in the uploads path.
* Remove Bourne shell from backup codeJacob Vosmaer2013-11-061-1/+1
|
* clarify restoreBen Bodenmiller2013-05-271-2/+6
|
* backup/restore uploadsDmitriy Zaporozhets2013-04-101-0/+25