mirror of https://github.com/digint/btrbk
parent
d17d0abff5
commit
1beba2613d
|
@ -17,5 +17,6 @@
|
|||
ubuntu users, since ubuntu prefixes all subvolumes with '@' in its
|
||||
subvolume layout). Fixes issue #3
|
||||
|
||||
* btrbk-current
|
||||
- bugfix: correctly handle empty target subvolumes. Fixes issue #4
|
||||
* btrbk-0.14
|
||||
- bugfix: correctly handle empty target subvolumes (blocker for all
|
||||
new users). Fixes issue #4
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PN = btrbk
|
||||
VERSION = 0.13
|
||||
VERSION = 0.14
|
||||
|
||||
PREFIX ?= /usr
|
||||
CONFDIR = /etc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-03-19" "btrbk v0.13" ""
|
||||
.TH "btrbk" "1" "2015-03-19" "btrbk v0.14" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-03-19" "btrbk v0.13" ""
|
||||
.TH "btrbk.conf" "5" "2015-03-19" "btrbk v0.14" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue