Skip to content

Commit f3ebbad

Browse files
committed
updated README
1 parent 3f95707 commit f3ebbad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ZnapZend 0.8.3
1+
ZnapZend 0.8.5
22
==============
33

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

1919
```sh
20-
wget https://github.com/oetiker/znapzend/releases/download/v0.8.3/znapzend-0.8.3.tar.gz
21-
tar zxvf znapzend-0.8.3.tar.gz
22-
cd znapzend-0.8.3
23-
./configure --prefix=/opt/znapzend-0.8.3
20+
wget https://github.com/oetiker/znapzend/releases/download/v0.8.5/znapzend-0.8.5.tar.gz
21+
tar zxvf znapzend-0.8.5.tar.gz
22+
cd znapzend-0.8.5
23+
./configure --prefix=/opt/znapzend-0.8.5
2424
```
2525
if configure complains about missing perl modules, run
2626

2727
```sh
28-
./setup/build-thirdparty.sh /opt/znapzend-0.8.3/thirdparty
28+
./setup/build-thirdparty.sh /opt/znapzend-0.8.5/thirdparty
2929
```
3030

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

5252
```sh
53-
/opt/znapzend-0.8.3/bin/znapzend --noaction --debug
53+
/opt/znapzend-0.8.5/bin/znapzend --noaction --debug
5454
```
5555

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

5858
```sh
59-
/opt/znapzend-0.8.3/bin/znapzend --noaction --debug --runonce=<src_dataset>
59+
/opt/znapzend-0.8.5/bin/znapzend --noaction --debug --runonce=<src_dataset>
6060
```
6161

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

6464
```sh
65-
/opt/znapzend-0.8.3/bin/znapzend --daemonize
65+
/opt/znapzend-0.8.5/bin/znapzend --daemonize
6666
```
6767

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

7373
```sh
74-
svccfg validate /opt/znapzend-0.8.3/init/znapzend.xml
75-
svccfg import /opt/znapzend-0.8.3/init/znapzend.xml
74+
svccfg validate /opt/znapzend-0.8.5/init/znapzend.xml
75+
svccfg import /opt/znapzend-0.8.5/init/znapzend.xml
7676
```
7777

7878
and then enable the service

0 commit comments

Comments
 (0)