Imported Upstream version 3.3.2
[debian/amanda] / man / amzfs-snapshot.8
index 7ef2d78b6236878d7e195ed47ad02f9595785cfb..acdc3f2f78514ca808a65fc695a51034c6bec06f 100644 (file)
@@ -1,13 +1,22 @@
 '\" t
 .\"     Title: amzfs-snapshot
 .\"    Author: Jean-Louis Martineau <martineau@zmanda.com>
-.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
-.\"      Date: 04/10/2009
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\"      Date: 07/25/2012
 .\"    Manual: System Administration Commands
-.\"    Source: Amanda 2.6.1p1
+.\"    Source: Amanda 3.3.2
 .\"  Language: English
 .\"
-.TH "AMZFS\-SNAPSHOT" "8" "04/10/2009" "Amanda 2\&.6\&.1p1" "System Administration Commands"
+.TH "AMZFS\-SNAPSHOT" "8" "07/25/2012" "Amanda 3\&.3\&.2" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 amzfs-snapshot \- Amanda script to create zfs snapshot
 .SH "DESCRIPTION"
 .PP
-amzfs\-snapshot is an
-\fIAmanda\fR
-script implementing the Script API\&. It should not be run by users directly\&. It create a zfs snapshot of the filesystem where the path specified is mounted\&.
+amzfs\-snapshot is an Amanda script implementing the Script API\&. It should not be run by users directly\&. It create a zfs snapshot of the filesystem where the path specified is mounted\&.
 .PP
-PRE\-DLE\-* create a snapshot and the POST_DLE_* destroy the snapshot, *\-DLE\-AMCHECK, *\-DLE\-ESTIMATE and *\-DLE\-BACKUP must be set to be executed on the client:
+PRE\-DLE\-* create a snapshot and the POST\-DLE\-* destroy the snapshot, *\-DLE\-AMCHECK, *\-DLE\-ESTIMATE and *\-DLE\-BACKUP must be set to be executed on the client:
 .sp
 .nf
     execute\-on  pre\-dle\-amcheck, post\-dle\-amcheck, pre\-dle\-estimate, post\-dle\-estimate, pre\-dle\-backup, post\-dle\-backup
@@ -41,7 +48,7 @@ The script is run as the amanda user, it must have the priviledge to create and
     zfs allow \-ldu AMANDA_USER mount,snapshot,destroy FILESYSTEM
 .fi
 .PP
-Some system doesn\'t have "zfs allow", but you can give the Amanda backup user the rights to manipulate ZFS filesystems by using the following command:
+Some system doesn\*(Aqt have "zfs allow", but you can give the Amanda backup user the rights to manipulate ZFS filesystems by using the following command:
 .sp
 .nf
 usermod \-P "ZFS File System Management,ZFS Storage Management" AMANDA_USER
@@ -63,26 +70,26 @@ ZFS logical volume      datapool/dbvol
 The filesystem must be mounted\&.
 .SH "PROPERTIES"
 .PP
-This section lists the properties that control amzfs\-snapshot\'s functionality\&. See
+This section lists the properties that control amzfs\-snapshot\*(Aqs functionality\&. See
 \fBamanda-scripts\fR(7)
 for information on the Script API, script configuration\&.
 .PP
 DF\-PATH
 .RS 4
 
-Path to the \'df\' binary, search in $PATH by default\&.
+Path to the \*(Aqdf\*(Aq binary, search in $PATH by default\&.
 .RE
 .PP
 ZFS\-PATH
 .RS 4
 
-Path to the \'zfs\' binary, search in $PATH by default\&.
+Path to the \*(Aqzfs\*(Aq binary, search in $PATH by default\&.
 .RE
 .PP
 PFEXEC\-PATH
 .RS 4
 
-Path to the \'pfexec\' binary, search in $PATH by default\&.
+Path to the \*(Aqpfexec\*(Aq binary, search in $PATH by default\&.
 .RE
 .PP
 PFEXEC
@@ -113,10 +120,13 @@ In this example, a dumptype is defined to use amzfs\-snapshot script to create a
 .fi
 .SH "SEE ALSO"
 .PP
-
+\fBamanda\fR(8),
 \fBamanda.conf\fR(5),
 \fBamanda-client.conf\fR(5),
 \fBamanda-scripts\fR(7)
+.PP
+The Amanda Wiki:
+: http://wiki.zmanda.com/
 .SH "AUTHORS"
 .PP
 \fBJean\-Louis Martineau\fR <\&martineau@zmanda\&.com\&>