summaryrefslogtreecommitdiff
path: root/lib/backup/lfs.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Fix backup creation and restore for specific Rake tasksStan Hu2018-05-241-1/+5
|
* Move existing dirs to a temp location while restoreBalasankar "Balu" C2018-03-301-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.
* Backup LFS objects same as any upload.Marin Jankovski2015-11-191-0/+13