• 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
files.rb 2.89 KB