cdrestore.1
branchtrunk
changeset 2 6bcb44b9edb1
parent 0 d85c12073dea
child 4 79da91042fcc
     1.1 --- a/cdrestore.1	Sat Dec 29 15:22:44 2007 +0100
     1.2 +++ b/cdrestore.1	Sat Dec 29 15:23:49 2007 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4 -.TH "cdrestore" "1" "0.6.2" "Stefan Hülswitt" ""
     1.5 +.TH "cdrestore" "1" "0.6.3" "Stefan Hülswitt" ""
     1.6  .SH "NAME"
     1.7  .LP 
     1.8  cdrestore \- Streaming restore from CD\-R(W)
     1.9  .SH "SYNOPSIS"
    1.10  .LP 
    1.11 -cdrestore [\-qV] [\-d \fIdevice\fP] [\-l \fIsize\fP] [\-t \fItrack\fP]
    1.12 +cdrestore [\-qvDFRTV] [\-d \fIdevice\fP] [\-l \fIsize\fP] [\-t \fItrack\fP]
    1.13            [\-c \fIcommand\fP]
    1.14  .SH "DESCRIPTION"
    1.15  .LP 
    1.16 @@ -30,6 +30,23 @@
    1.17  (default: none)
    1.18  
    1.19  .TP 
    1.20 +\fB\-T\fR
    1.21 +Enables test mode. The complete restore process is done to test data integrity, but no data is output.
    1.22 +.br 
    1.23 +\fINOTE:\fR This only verifies that the data is readable by cdrestore at all. This doesn't quaranties that your backup software will be able to do a real restore with the data.
    1.24 +
    1.25 +.TP 
    1.26 +\fB\-F\fR
    1.27 +Forces cdrestore to begin the restore in the middle of a multi\-disk set. This may be usefull if you have lost a disk or a disk is badly damaged.
    1.28 +.br 
    1.29 +\fINOTE:\fR This will most probably start the restore in the middle of a file. It's up to your backup software to sync to the beginning of the next file.
    1.30 +
    1.31 +.TP 
    1.32 +\fB\-R\fR
    1.33 +Disable the kernel readahead for the CDROM device during the restore process.
    1.34 +(see \fBcdbackup\fR(1) Known problems)
    1.35 +
    1.36 +.TP 
    1.37  \fB\-c\fR \fIcommand\fP
    1.38  The command which is executed whenever cdrestore needs to request a new media for multi\-disk backups. This command (or script) should prompt the user and return after the device is ready again. The command receives one argument, which is the device name passed with \fB\-d\fR. This can be used to issue commands to the device like ejecting the media.
    1.39  .br 
    1.40 @@ -40,6 +57,14 @@
    1.41  Queries the media, prints out the contents and exits.
    1.42  
    1.43  .TP 
    1.44 +\fB\-v\fR
    1.45 +Enables verbose mode.
    1.46 +
    1.47 +.TP 
    1.48 +\fB\-D\fR
    1.49 +Enables DEBUG output (probably not usefull for normal use).
    1.50 +
    1.51 +.TP 
    1.52  \fB\-V\fR
    1.53  Prints out version information and exits.
    1.54  .SH "EXAMPLES"