Changeset 5afffacc8d8e19308d2b278afa491a5f60c0101e
- Timestamp:
- 03/01/07 23:03:14
(6 years ago)
- Author:
- Eric Sproul <esproul@omniti.com>
- git-committer:
- Eric Sproul <esproul@omniti.com> 1172790194 +0000
- git-parent:
[0ca27bd34eb64aac08058f459315eeaa5ec227b7]
- git-author:
- Eric Sproul <esproul@omniti.com> 1172790194 +0000
- Message:
Typos and clarifications. Refs #2
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0ca27bd |
r5afffac |
|
| 76 | 76 | =head1 DESCRIPTION |
|---|
| 77 | 77 | |
|---|
| 78 | | The B<zetaback> program is orchiestrates the backup (either full or |
|---|
| | 78 | The B<zetaback> program is orchestrates the backup (either full or |
|---|
| 79 | 79 | incremental) of remote ZFS filesysetms to a local store. It handles |
|---|
| 80 | 80 | frequency requirements for both full and incemental backups as well |
|---|
| … | … | |
| 107 | 107 | |
|---|
| 108 | 108 | Don't actually perform any remote commands or expunging. This is useful with |
|---|
| 109 | | the -d options to ascertain what would be done if the command was executed |
|---|
| 110 | | without the -n option. |
|---|
| | 109 | the -d options to ascertain what would be done if the command was actually |
|---|
| | 110 | executed. |
|---|
| 111 | 111 | |
|---|
| 112 | 112 | =item -t <timestamp> |
|---|
| 113 | 113 | |
|---|
| 114 | | Used during the restore process to Specify a point in time selection of a |
|---|
| 115 | | backup image. If omitted, the command becomes interactive. This timestamp |
|---|
| 116 | | is a UNIX timestamp abd is shown in output of -s and -sx actions. |
|---|
| | 114 | Used during the restore process to specify a backup image from the desired |
|---|
| | 115 | point in time. If omitted, the command becomes interactive. This timestamp |
|---|
| | 116 | is a UNIX timestamp and is shown in output of -s and -sx actions. |
|---|
| 117 | 117 | |
|---|
| 118 | 118 | =item -rhost <host> |
|---|
| 119 | 119 | |
|---|
| 120 | | Specifiy the remote host that is the target for a restore operation. If |
|---|
| | 120 | Specify the remote host that is the target for a restore operation. If |
|---|
| 121 | 121 | omitted the command becomes interactive. |
|---|
| 122 | 122 | |
|---|
| 123 | 123 | =item -rzfs <zfs> |
|---|
| 124 | 124 | |
|---|
| 125 | | Specifiy the remote ZFS filesystem that is the target for a restore |
|---|
| | 125 | Specify the remote ZFS filesystem that is the target for a restore |
|---|
| 126 | 126 | operation. If omitted the command becomes interactive. |
|---|
| 127 | 127 | |
|---|
| 128 | 128 | =item -h <host> |
|---|
| 129 | 129 | |
|---|
| 130 | | Filters the operation to the host specified. If <host> is the of the form |
|---|
| 131 | | /patterm/, it matches 'pattern' as a perl regular expression against available |
|---|
| | 130 | Filters the operation to the host specified. If <host> is of the form |
|---|
| | 131 | /pattern/, it matches 'pattern' as a perl regular expression against available |
|---|
| 132 | 132 | hosts. If this option is omitted, no limit is enforced and all hosts are |
|---|
| 133 | 133 | used for the action. |
|---|
| … | … | |
| 163 | 163 | |
|---|
| 164 | 164 | Shows a extended summary. In addition to the output provided by the -s |
|---|
| 165 | | action, the -sx action will show detail of each availble backup and note |
|---|
| 166 | | the more recent full backup and incremental bakcup if such an incremental |
|---|
| 167 | | backup exists more recent than the full backup. |
|---|
| | 165 | action, the -sx action will show detail for each availble backup. For |
|---|
| | 166 | full backups, the detail will include any more recent full backups, if |
|---|
| | 167 | they exist. For incremental backups, the detail will include any |
|---|
| | 168 | incremental backups that are more recent than the last full backup. |
|---|
| 168 | 169 | |
|---|
| 169 | 170 | =item -b |
|---|
| … | … | |
| 183 | 184 | |
|---|
| 184 | 185 | Perform a restore. This option will operate on the specified backup and |
|---|
| 185 | | restore it to the a zfs filesystem specified with -rzfs on the host specified |
|---|
| | 186 | restore it to the zfs filesystem specified with -rzfs on the host specified |
|---|
| 186 | 187 | with the -rhost option. The -h, -z and -t options may be used to filter |
|---|
| 187 | 188 | the source backup list. If the filtered list contains more than one |
|---|