Changeset 0b2d8d710d93bbf77957e066f0c0ac7bae57c998
- Timestamp:
- 03/02/07 06:32:57
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1172817177 +0000
- git-parent:
[ba849d4852079bf62070aaac503f2b015da68d7f]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1172817177 +0000
- Message:
the CLI args are even vaguely similar to those of zetaback, refs #2
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba849d4 |
r0b2d8d7 |
|
| 20 | 20 | zetaback_agent -v |
|---|
| 21 | 21 | |
|---|
| 22 | | zetaback_agent [-l | -s] [-c conf] [-d] [-h host] [-z zfs] |
|---|
| | 22 | zetaback_agent -l [-c conf] |
|---|
| 23 | 23 | |
|---|
| 24 | | zetaback -b [-c conf] [-d] [-z zfs] |
|---|
| | 24 | zetaback_agent -r [-c conf] [-z zfs] |
|---|
| | 25 | |
|---|
| | 26 | zetaback -f <timestamp> [-c conf] [-z zfs] |
|---|
| | 27 | |
|---|
| | 28 | zetaback -i <timestamp> [-c conf] [-z zfs] |
|---|
| | 29 | |
|---|
| | 30 | zetaback -d <snap> [-c conf] [-z zfs] |
|---|
| 25 | 31 | |
|---|
| 26 | 32 | =cut |
|---|