X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Famraw.8;fp=man%2Famraw.8;h=e611fd7221e499b8cbdb9dd6adbe4fe1c9c1a8b1;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=0000000000000000000000000000000000000000;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/man/amraw.8 b/man/amraw.8 new file mode 100644 index 0000000..e611fd7 --- /dev/null +++ b/man/amraw.8 @@ -0,0 +1,81 @@ +'\" t +.\" Title: amraw +.\" Author: Jean-Louis Martineau +.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 +.\" Date: 06/01/2010 +.\" Manual: System Administration Commands +.\" Source: Amanda 3.1.0 +.\" Language: English +.\" +.TH "AMRAW" "8" "06/01/2010" "Amanda 3\&.1\&.0" "System Administration Commands" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +amraw \- Amanda Application open and read data +.SH "DESCRIPTION" +.PP +Amraw is an Amanda Application API script\&. It should not be run by users directly\&. It uses dd to backup and restore data\&. +.PP +Amraw can backup only one directory entry, it can be a single file, a raw device, anything that amanda can open and read\&. +.PP +Restore is done in place, an open is done and the data is written to it\&. A file owned by root and permission 0600 is create if the directory entry doesn\'t exist before the restore\&. +.PP +Only full backup is allowed +.SH "PROPERTIES" +.PP +This section lists the properties that control amgtar\'s functionality\&. See +\fBamanda-applications\fR(7) +for information on application properties and how they are configured\&. +.PP +DIRECTORY +.RS 4 + +Used only for restore command, can be a device name or file, the data will be restored to it\&. +.RE +.SH "EXAMPLE" +.PP + +.sp +.nf + define application\-tool app_amraw { + plugin "amraw" + } +.fi +A dumptype using this application might look like: +.sp +.nf + define dumptype amraw { + global + program "APPLICATION" + application "app_amraw" + } +.fi +Note that the +\fIprogram\fR +parameter must be set to +\fI"APPLICATION"\fR +to use the +\fIapplication\fR +parameter\&. +.SH "SEE ALSO" +.PP +\fBamanda\fR(8), +\fBamanda.conf\fR(5), +\fBamanda-applications\fR(7) +.PP +The Amanda Wiki: +: http://wiki.zmanda.com/ +.SH "AUTHOR" +.PP +\fBJean\-Louis Martineau\fR <\&martineau@zmanda\&.com\&> +.RS 4 +Zmanda, Inc\&. (http://www\&.zmanda\&.com) +.RE