An error occurred fetching the project authors.
- 10 Sep, 2020 1 commit
-
-
Michael Kozono authored
This reverts merge request !40572
-
- 09 Sep, 2020 1 commit
-
-
Evgeny Litvinov authored
when files/folders changed
-
- 05 Aug, 2020 1 commit
-
-
Doug Stull authored
- enforce standards...
-
- 22 May, 2020 1 commit
-
-
Nick Nguyen authored
-
- 07 Mar, 2019 1 commit
-
-
Frederic Van Espen authored
-
- 17 Jan, 2019 3 commits
-
-
Jason Colyer authored
Fixed typo in run_pipeline! function -> Open3.pieline to Open3.pipeline
-
Jason Colyer authored
Adjusted run_pipeline! function to match rubocop syntax requirements Adjusted run_pipeline! function to use variable instead of string interpolation
-
Jason Colyer authored
Changed run_pipeline! function to have use $ in regex Changed run_pipeline! function to use Open3.pipeline instead of Open3.pipeline_start
-
- 16 Jan, 2019 1 commit
-
-
Jason Colyer authored
Changed the run_pipeline! function to instead use Open3.pipeline_start In doing so, the code is able to grab the last STDERR. In the case where the error is the one from older tar versions (relating to ./), it will not raise a Backup::Error. All other instances of command failure will result in Backup::Error being raised.
-
- 26 Dec, 2018 1 commit
-
-
Frederic Van Espen authored
-
- 30 Sep, 2018 1 commit
-
-
gfyoung authored
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
-
- 07 Jun, 2018 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Jun, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 23 Apr, 2018 1 commit
-
-
Bob Van Landuyt authored
When `Errno::EBUSY` is raised during restore, this could indicate that the directory being restored into is a mountpoint. In this case we explain the user how to retry the restore.
-
- 30 Mar, 2018 1 commit
-
-
Balasankar "Balu" C authored
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.
-
- 20 Dec, 2017 1 commit
-
-
julien MILLAU authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2017 1 commit
-
-
Drew Blessing authored
# This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
-
- 11 Aug, 2016 1 commit
-
-
bogdanvlviv authored
Since version ruby-2.2.0, method `File::exists?` is deprecated.
-
- 16 Oct, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Oct, 2015 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
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.
-