=== modified file 'man/amanda-auth.7' --- man/amanda-auth.7 2013-02-20 11:12:55 +0000 +++ man/amanda-auth.7 2013-09-22 18:42:46 +0000 @@ -168,7 +168,7 @@ .PP If \fIusername\fR -is ommitted, it defaults to the user running +is omitted, it defaults to the user running \fBamandad\fR, i\&.e\&. the user listed in the \fBinetd\fR or === modified file 'man/amanda-changers.7' --- man/amanda-changers.7 2013-02-20 11:12:55 +0000 +++ man/amanda-changers.7 2013-09-22 18:42:46 +0000 @@ -676,7 +676,7 @@ .RE .SS "Timing" .PP -Tape libraries are fickle, and in many cases will report that an operation is complete when it is still in progress\&. Chg\-robot takes several timing\-related properties to accomodate such behavior\&. +Tape libraries are fickle, and in many cases will report that an operation is complete when it is still in progress\&. Chg\-robot takes several timing\-related properties to accommodate such behavior\&. .PP A typical sequence of operations performed during a load are: get library status, eject a tape, unload the tape back to a storage slot, load a new tape, and read the label on that tape to ensure the drive is ready\&. .PP === modified file 'man/amanda.conf.5' --- man/amanda.conf.5 2013-02-20 11:12:55 +0000 +++ man/amanda.conf.5 2013-09-22 18:42:46 +0000 @@ -2490,7 +2490,7 @@ .PP Amanda can "split" dumps into parts while writing them to storage media\&. This allows Amanda to recover gracefully from a failure while writing a part to a volume, by simply selecting a new volume and re\-writing the dump from the beginning of the failed part\&. Parts also allow Amanda to seek directly to the required data, although this functionality is not yet used\&. .PP -In order to support re\-writing from the beginning of a failed part, Amanda must have access to the contents of the part after it has been partially written\&. If the dump is being read from holding disk, then the part contents are availble there\&. Otherwise, the part must be cached, and this can be done memory or on disk\&. In either of the latter cases, the cache must have enough space to hold an entire part\&. +In order to support re\-writing from the beginning of a failed part, Amanda must have access to the contents of the part after it has been partially written\&. If the dump is being read from holding disk, then the part contents are available there\&. Otherwise, the part must be cached, and this can be done memory or on disk\&. In either of the latter cases, the cache must have enough space to hold an entire part\&. .PP Because it is common for a single Amanda configuration to use both holding\-disk (FILE\-WRITE) and direct (known as PORT\-WRITE) dumps, Amanda allows the configuration of different split sizes for the two cases\&. This allows, for example, for a part size appropriate to large tapes when performing FILE\-WRITE dumps, with a part size limited by available disk or memory when performing PORT\-WRITE dumps\&. .PP === modified file 'man/amzfs-sendrecv.8' --- man/amzfs-sendrecv.8 2013-02-20 11:12:55 +0000 +++ man/amzfs-sendrecv.8 2013-09-22 18:42:46 +0000 @@ -31,9 +31,9 @@ amzfs-sendrecv \- Amanda script to create zfs sendrecv .SH "DESCRIPTION" .PP -amzfs\-sendrecv is an Amanda application implementing the Application API\&. It should not be run by users directly\&. It create a zfs snapshot of the filesystem and backup the snapshot with \*(Aqzfs send\*(Aq\&. Snapshot are kept after the backup is done, this increase the disk space use on the client but it is neccesary to be able do to incremental backup\&. If you want only full backup, you can disable this feature by setting the KEEP\-SNAPSHOT property to \*(AqNO\*(Aq\&. Only the restoration of the complete backup is allowed, it is impossible to restore a single file\&. +amzfs\-sendrecv is an Amanda application implementing the Application API\&. It should not be run by users directly\&. It create a zfs snapshot of the filesystem and backup the snapshot with \*(Aqzfs send\*(Aq\&. Snapshot are kept after the backup is done, this increase the disk space use on the client but it is necessary to be able do to incremental backup\&. If you want only full backup, you can disable this feature by setting the KEEP\-SNAPSHOT property to \*(AqNO\*(Aq\&. Only the restoration of the complete backup is allowed, it is impossible to restore a single file\&. .PP -The application is run as the amanda user, it must have many zfs priviledge: +The application is run as the amanda user, it must have many zfs privilege: .sp .nf zfs allow \-ldu AMANDA_USER mount,create,rename,snapshot,destroy,send,receive FILESYSTEM