Project

redsnapper

0.01
No commit activity in last 3 years
No release in over 3 years
Faster extraction of large tarsnap archives using a pool of parallel tarsnap clients
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0
~> 3.12

Runtime

>= 0
 Project Readme

redsnapper¶ ↑

Simple tool to run parallel tarsnap clients to do faster extractions of archives with lots of files. Note, extraction will be slower on small archives since this tool first has to build a list of files to extract. It then runs 10 clients in parallel delivering approximately a 5x speedup in extracting large archives.

Usage: redsnapper archive [-d DIR] [-- [TARSNAP OPTIONS]]
    -d, --directory DIR              Extract files from this directory of the archive

Copyright © 2014 Scott Wheeler. See LICENSE.txt for further details.

Installation¶ ↑

redsnapper can be installed via gem, Ruby’s package manager. Install gem via the ruby or rubygems package for your platform, and then run:

gem install redsnapper