JOINPIPE(1) Manual Page

NAME

joinpipe - joins volumes generated by splitpipe(1) to standard output

SYNOPSIS

joinpipe [--debug, -d] [--help, -h] [--inspect, -i] [--no-prompt, -n] [--verbose, -v] [--version] device1 file2 …

DESCRIPTION

joinpipe(1) joins volumes generated by splitpipe(1) to standard output. In doing so, it checks the proper order of inserted volumes, if these volumes all belong to the same backup session. Integrity of data is verified using a running checksum, currently MD5.

Volumes are read from the devices or filenames specified on the command line. When passing multiple names, the first volume is read from the first name, the second volume from the second name etc. When there are more volumes than names, remaining volumes are read in from the last name specified.

EXAMPLES

To backup /home to one or more DVDs:

# tar czf - /home | splitpipe -s dvd  -o 'growisofs -Z /dev/dvd=/dev/stdin'

To restore:

# joinpipe /dev/dvd | tar xzf -

OPTIONS

--debug, -d
Give large amounts of debugging output, possibly damaging performance
--help, -h
Print a helpful message
--inspect, -i
Inspect volume for details, do not in fact output it
--no-prompt, -n
Do not prompt the user to change volumes. Mostly useful when writing to files, but might also come in handy with automated disk changers.
--verbose, -v
Be verbose, but not overly so.
--version
Print version information

AUTHOR

Written by Netherlabs Computer Consulting BV, bert hubert, <ahu@ds9a.nl>

RESOURCES

Website: http://ds9a.nl/splitpipe

SEE ALSO

splitpipe(1), splitpipe(5)

COPYING

Copyright © 2005 Netherlabs Computer Consulting BV. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2.