An error occurred fetching the project authors.
  1. 10 Sep, 2020 1 commit
  2. 09 Sep, 2020 1 commit
  3. 05 Aug, 2020 1 commit
  4. 22 May, 2020 1 commit
  5. 07 Mar, 2019 1 commit
  6. 17 Jan, 2019 3 commits
  7. 16 Jan, 2019 1 commit
    • Jason Colyer's avatar
      Modified files.rb to handle tar error · 6de60ef2
      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.
      6de60ef2
  8. 26 Dec, 2018 1 commit
  9. 30 Sep, 2018 1 commit
  10. 07 Jun, 2018 2 commits
  11. 05 Jun, 2018 1 commit
  12. 23 Apr, 2018 1 commit
  13. 30 Mar, 2018 1 commit
    • Balasankar "Balu" C's avatar
      Move existing dirs to a temp location while restore · 8785f237
      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.
      8785f237
  14. 20 Dec, 2017 1 commit
  15. 23 Feb, 2017 2 commits
  16. 21 Feb, 2017 1 commit
    • Drew Blessing's avatar
      # This is a combination of 2 commits. · d6584c94
      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
      d6584c94
  17. 11 Aug, 2016 1 commit
  18. 16 Oct, 2015 1 commit
  19. 06 Oct, 2015 3 commits