diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:51:54 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 11:51:54 +0000 |
commit | 99cf739e47c65174bda9e47a4d399b98522ed1a8 (patch) | |
tree | ac9565e82f830226cdeb139a39ce16da82ea059f /doc/lziprecover.texi | |
parent | Adding upstream version 1.17~rc2. (diff) | |
download | lziprecover-99cf739e47c65174bda9e47a4d399b98522ed1a8.tar.xz lziprecover-99cf739e47c65174bda9e47a4d399b98522ed1a8.zip |
Adding upstream version 1.17.upstream/1.17
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/lziprecover.texi')
-rw-r--r-- | doc/lziprecover.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/lziprecover.texi b/doc/lziprecover.texi index 2bcaa0a..3f6e0aa 100644 --- a/doc/lziprecover.texi +++ b/doc/lziprecover.texi @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 8 April 2015 -@set VERSION 1.17-rc2 +@set UPDATED 28 May 2015 +@set VERSION 1.17 @dircategory Data Compression @direntry @@ -143,7 +143,7 @@ lziprecover [@var{options}] [@var{files}] Lziprecover supports the following options: -@table @samp +@table @code @item -h @itemx --help Print an informative help message describing the options and exit. @@ -577,12 +577,12 @@ error-checked merging of copies for details about ddrescue). @example -ddrescue -b2048 /dev/cdrom cdimage1 logfile1 +ddrescue -d -r1 -b2048 /dev/cdrom cdimage1 logfile1 mount -t iso9660 -o loop,ro cdimage1 /mnt/cdimage cp /mnt/cdimage/backup.tar.lz rescued1.tar.lz umount /mnt/cdimage (insert second copy in the CD drive) -ddrescue -b2048 /dev/cdrom cdimage2 logfile2 +ddrescue -d -r1 -b2048 /dev/cdrom cdimage2 logfile2 mount -t iso9660 -o loop,ro cdimage2 /mnt/cdimage cp /mnt/cdimage/backup.tar.lz rescued2.tar.lz umount /mnt/cdimage @@ -638,7 +638,7 @@ unzcrash [@var{options}] "lzip -tv" @var{filename}.lz Unzcrash supports the following options: -@table @samp +@table @code @item -h @itemx --help Print an informative help message describing the options and exit. |