Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jul 30, 2014
1 parent 3f95707 commit f3ebbad
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ZnapZend 0.8.3
ZnapZend 0.8.5
==============

[![Build Status](https://travis-ci.org/oetiker/znapzend.svg?branch=master)](https://travis-ci.org/oetiker/znapzend)
Expand All @@ -17,15 +17,15 @@ Zetup
To zetup znapzend follow these zimple inztructionz

```sh
wget https://github.com/oetiker/znapzend/releases/download/v0.8.3/znapzend-0.8.3.tar.gz
tar zxvf znapzend-0.8.3.tar.gz
cd znapzend-0.8.3
./configure --prefix=/opt/znapzend-0.8.3
wget https://github.com/oetiker/znapzend/releases/download/v0.8.5/znapzend-0.8.5.tar.gz
tar zxvf znapzend-0.8.5.tar.gz
cd znapzend-0.8.5
./configure --prefix=/opt/znapzend-0.8.5
```
if configure complains about missing perl modules, run

```sh
./setup/build-thirdparty.sh /opt/znapzend-0.8.3/thirdparty
./setup/build-thirdparty.sh /opt/znapzend-0.8.5/thirdparty
```

to install the missing modules into the specified directry. This will NOT messup your local perl installation!
Expand All @@ -50,19 +50,19 @@ The [znapzend](doc/znapzend.pod) demon is responsible for doing the actual backu
To see if your configuration is any good, run znapzend in noaction mode first.

```sh
/opt/znapzend-0.8.3/bin/znapzend --noaction --debug
/opt/znapzend-0.8.5/bin/znapzend --noaction --debug
```

If you don't want to wait for the scheduler to actually schedule work, you can also force immediate action by calling

```sh
/opt/znapzend-0.8.3/bin/znapzend --noaction --debug --runonce=<src_dataset>
/opt/znapzend-0.8.5/bin/znapzend --noaction --debug --runonce=<src_dataset>
```

then when you are happy with what you got, start it in daemon mode.

```sh
/opt/znapzend-0.8.3/bin/znapzend --daemonize
/opt/znapzend-0.8.5/bin/znapzend --daemonize
```

Best is to integrate znapzend into your system startup sequence, but you can also
Expand All @@ -71,8 +71,8 @@ run it by hand.
For illumos OSes you can import the znapzend service manifest provided in the install directory:

```sh
svccfg validate /opt/znapzend-0.8.3/init/znapzend.xml
svccfg import /opt/znapzend-0.8.3/init/znapzend.xml
svccfg validate /opt/znapzend-0.8.5/init/znapzend.xml
svccfg import /opt/znapzend-0.8.5/init/znapzend.xml
```

and then enable the service
Expand Down

0 comments on commit f3ebbad

Please sign in to comment.