Skip to content

Commit f9de249

Browse files
committed
release 0.8.1
1 parent 482d939 commit f9de249

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ znapzend - A ZFS backup system
33
Copyright by Dominik Hassler, Tobias Oetiker and the other people listed
44
in the AUTHORS file.
55

6-
2014-07-26
6+
2014-07-29
77

88
All rights reserved.
99

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ZnapZend 0.8.0
1+
ZnapZend 0.8.1
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.0/znapzend-0.8.0.tar.gz
21-
tar zxvf znapzend-0.8.0.tar.gz
22-
cd znapzend-0.8.0
23-
./configure --prefix=/opt/znapzend-0.8.0
20+
wget https://github.com/oetiker/znapzend/releases/download/v0.8.1/znapzend-0.8.1.tar.gz
21+
tar zxvf znapzend-0.8.1.tar.gz
22+
cd znapzend-0.8.1
23+
./configure --prefix=/opt/znapzend-0.8.1
2424
```
2525
if configure complains about missing perl modules, run
2626

2727
```sh
28-
./setup/build-thirdparty.sh /opt/znapzend-0.8.0/thirdparty
28+
./setup/build-thirdparty.sh /opt/znapzend-0.8.1/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.0/bin/znapzend --noaction --debug
53+
/opt/znapzend-0.8.1/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.0/bin/znapzend --noaction --debug --runonce=<src_dataset>
59+
/opt/znapzend-0.8.1/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.0/bin/znapzend --daemonize
65+
/opt/znapzend-0.8.1/bin/znapzend --daemonize
6666
```
6767

6868
Best is to integrate znapzend into your system startup sequence, but you can also
@@ -77,4 +77,4 @@ If you want to know how much space your backups are using, try the [znapzendztat
7777
Enjoy!
7878

7979
Dominik Hassler & Tobi Oetiker
80-
2014-07-26
80+
2014-07-29

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.68 for znapzend 0.8.0.
3+
# Generated by GNU Autoconf 2.68 for znapzend 0.8.1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -560,8 +560,8 @@ MAKEFLAGS=
560560
# Identity of this package.
561561
PACKAGE_NAME='znapzend'
562562
PACKAGE_TARNAME='znapzend'
563-
PACKAGE_VERSION='0.8.0'
564-
PACKAGE_STRING='znapzend 0.8.0'
563+
PACKAGE_VERSION='0.8.1'
564+
PACKAGE_STRING='znapzend 0.8.1'
565565
PACKAGE_BUGREPORT='[email protected]'
566566
PACKAGE_URL=''
567567

@@ -1250,7 +1250,7 @@ if test "$ac_init_help" = "long"; then
12501250
# Omit some internal or obsolete options to make the list less imposing.
12511251
# This message is too long to be a string in the A/UX 3.1 sh.
12521252
cat <<_ACEOF
1253-
\`configure' configures znapzend 0.8.0 to adapt to many kinds of systems.
1253+
\`configure' configures znapzend 0.8.1 to adapt to many kinds of systems.
12541254
12551255
Usage: $0 [OPTION]... [VAR=VALUE]...
12561256
@@ -1316,7 +1316,7 @@ fi
13161316

13171317
if test -n "$ac_init_help"; then
13181318
case $ac_init_help in
1319-
short | recursive ) echo "Configuration of znapzend 0.8.0:";;
1319+
short | recursive ) echo "Configuration of znapzend 0.8.1:";;
13201320
esac
13211321
cat <<\_ACEOF
13221322
@@ -1409,7 +1409,7 @@ fi
14091409
test -n "$ac_init_help" && exit $ac_status
14101410
if $ac_init_version; then
14111411
cat <<\_ACEOF
1412-
znapzend configure 0.8.0
1412+
znapzend configure 0.8.1
14131413
generated by GNU Autoconf 2.68
14141414
14151415
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1665,7 +1665,7 @@ cat >config.log <<_ACEOF
16651665
This file contains any messages produced by compilers while
16661666
running configure, to aid debugging if configure makes a mistake.
16671667
1668-
It was created by znapzend $as_me 0.8.0, which was
1668+
It was created by znapzend $as_me 0.8.1, which was
16691669
generated by GNU Autoconf 2.68. Invocation command line was
16701670
16711671
$ $0 $@
@@ -3738,7 +3738,7 @@ fi
37383738
37393739
# Define the identity of the package.
37403740
PACKAGE='znapzend'
3741-
VERSION='0.8.0'
3741+
VERSION='0.8.1'
37423742
37433743
37443744
cat >>confdefs.h <<_ACEOF
@@ -4718,7 +4718,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
47184718
# report actual input values of CONFIG_FILES etc. instead of their
47194719
# values after options handling.
47204720
ac_log="
4721-
This file was extended by znapzend $as_me 0.8.0, which was
4721+
This file was extended by znapzend $as_me 0.8.1, which was
47224722
generated by GNU Autoconf 2.68. Invocation command line was
47234723
47244724
CONFIG_FILES = $CONFIG_FILES
@@ -4771,7 +4771,7 @@ _ACEOF
47714771
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
47724772
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
47734773
ac_cs_version="\\
4774-
znapzend config.status 0.8.0
4774+
znapzend config.status 0.8.1
47754775
configured by $0, generated by GNU Autoconf 2.68,
47764776
with options \\"\$ac_cs_config\\"
47774777

doc/znapzendztatz.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ B<znapzendztatz> [I<options>...] [src_dataset]
88

99
-H do not print headers
1010
--man show man-page and exit
11-
-h,--help display this help and exi
11+
-h,--help display this help and exit
1212

1313
=head1 DESCRIPTION
1414

man/znapzend.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "ZNAPZEND 1"
127-
.TH ZNAPZEND 1 "2014-07-26" "0.8.0" "znapzend"
127+
.TH ZNAPZEND 1 "2014-07-28" "0.8.1" "znapzend"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l

man/znapzendzetup.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "ZNAPZENDZETUP 1"
127-
.TH ZNAPZENDZETUP 1 "2014-07-26" "0.8.0" "znapzend"
127+
.TH ZNAPZENDZETUP 1 "2014-07-28" "0.8.1" "znapzend"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l

man/znapzendztatz.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "ZNAPZENDZTATZ 1"
127-
.TH ZNAPZENDZTATZ 1 "2014-07-26" "0.8.0" "znapzend"
127+
.TH ZNAPZENDZTATZ 1 "2014-07-29" "0.8.1" "znapzend"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -138,7 +138,7 @@ znapzendztatz \- znapzend statistics utility
138138
.Vb 3
139139
\& \-H do not print headers
140140
\& \-\-man show man\-page and exit
141-
\& \-h,\-\-help display this help and exi
141+
\& \-h,\-\-help display this help and exit
142142
.Ve
143143
.SH "DESCRIPTION"
144144
.IX Header "DESCRIPTION"

0 commit comments

Comments
 (0)