source_chain.run("# EXPORT #{path}", no_commit: true) do |source_container|
              source_container.archive_get(path + '/.') do |chunk|
                output.write(chunk.to_s).tap { |b| @total_size += b }