1
- ZnapZend 0.8.3
1
+ ZnapZend 0.8.5
2
2
==============
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/oetiker/znapzend.svg?branch=master )] ( https://travis-ci.org/oetiker/znapzend )
@@ -17,15 +17,15 @@ Zetup
17
17
To zetup znapzend follow these zimple inztructionz
18
18
19
19
``` 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
24
24
```
25
25
if configure complains about missing perl modules, run
26
26
27
27
``` sh
28
- ./setup/build-thirdparty.sh /opt/znapzend-0.8.3 /thirdparty
28
+ ./setup/build-thirdparty.sh /opt/znapzend-0.8.5 /thirdparty
29
29
```
30
30
31
31
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
50
50
To see if your configuration is any good, run znapzend in noaction mode first.
51
51
52
52
``` sh
53
- /opt/znapzend-0.8.3 /bin/znapzend --noaction --debug
53
+ /opt/znapzend-0.8.5 /bin/znapzend --noaction --debug
54
54
```
55
55
56
56
If you don't want to wait for the scheduler to actually schedule work, you can also force immediate action by calling
57
57
58
58
``` 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>
60
60
```
61
61
62
62
then when you are happy with what you got, start it in daemon mode.
63
63
64
64
``` sh
65
- /opt/znapzend-0.8.3 /bin/znapzend --daemonize
65
+ /opt/znapzend-0.8.5 /bin/znapzend --daemonize
66
66
```
67
67
68
68
Best is to integrate znapzend into your system startup sequence, but you can also
@@ -71,8 +71,8 @@ run it by hand.
71
71
For illumos OSes you can import the znapzend service manifest provided in the install directory:
72
72
73
73
``` 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
76
76
```
77
77
78
78
and then enable the service
0 commit comments