Changeset 376
- Timestamp:
- 04/17/05 22:08:21 (8 years ago)
- Location:
- trunk/splitpipe/doc
- Files:
-
- 1 removed
- 3 modified
-
joinpipe.1.txt (modified) (3 diffs)
-
splitpipe.1.txt (modified) (3 diffs)
-
splitpipe.5 (deleted)
-
splitpipe.5.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/splitpipe/doc/joinpipe.1.txt
r374 r376 11 11 -------- 12 12 'joinpipe' [--help, -h] [--no-prompt, -n] [--verbose, -v] 13 [--debug, d] [--version] device1 file2 ...13 [--debug, -d] [--version] device1 file2 ... 14 14 15 15 … … 20 20 volumes all belong to the same backup session. Integrity of data 21 21 is verified using a running checksum, currently MD5. 22 23 EXAMPLES 24 -------- 25 26 To backup /home to one or more DVDs: 27 28 # tar czf - /home | splitpipe -c dvd -o 'growisofs -Z /dev/dvd=/dev/stdin' 29 30 To restore: 31 32 # joinpipe /dev/dvd | tar xzf - 33 22 34 23 35 OPTIONS … … 55 67 SEE ALSO 56 68 -------- 57 splitpipe(1) 69 splitpipe(1), splitpipe(5) 58 70 59 71 COPYING -
trunk/splitpipe/doc/splitpipe.1.txt
r374 r376 6 6 NAME 7 7 ---- 8 splitpipe - spread piped input over a number of volumes 8 splitpipe - spread piped input over a number of volumes (DVD's, CD's etc) 9 9 10 10 SYNOPSIS … … 21 21 Volumes can be DVD's, CD's, floppies, hard disks or files. 22 22 23 Volumes contain makers to signify which backup session they belong to, and 23 This allows the operator to make, for example, tar(1) archives larger than a 24 single DVD. 25 26 Volumes contain markers to signify which backup session they belong to, and 24 27 their order in the set. Furthermore, a running checksum is kept to guarantee 25 28 data integrity. 26 29 27 30 Volumes created by splitpipe(1) can be read by joinpipe(1) 31 32 EXAMPLES 33 -------- 34 35 To backup /home to one or more DVDs: 36 37 # tar czf - /home | splitpipe -c dvd -o 'growisofs -Z /dev/dvd=/dev/stdin' 38 39 To restore: 40 41 # joinpipe /dev/dvd | tar xzf - 28 42 29 43 OPTIONS … … 75 89 SEE ALSO 76 90 -------- 77 joinpipe(1) 91 joinpipe(1), splitpipe(5) 78 92 79 93 COPYING -
trunk/splitpipe/doc/splitpipe.5.txt
r374 r376 74 74 last volume in a session, in which case it shall end on a Session EOF. 75 75 76 MD5 or SHA1 checksums may be interleaved at any point during the stream, but 77 shall at least be included at the end of each volume. 78 79 BUGS 80 ---- 81 Does not yet allow retrying failed output, even when the failed data is 82 still available in the ringbuffer. 76 MD5 or SHA1 checksum stretches may be interleaved at any point during the 77 stream, but shall at least be included at the end of each volume. 83 78 84 79 AUTHOR … … 92 87 SEE ALSO 93 88 -------- 94 joinpipe(1) 89 joinpipe(1), splitpipe(1) 95 90 96 91 COPYING