# File lib/backup/pipeline.rb, line 9
    def initialize
      @commands = []
      @errors = []
      @stderr = ''
    end