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
|
ubuntu users, since ubuntu prefixes all subvolumes with '@' in its
|
||||||
subvolume layout). Fixes issue #3
|
subvolume layout). Fixes issue #3
|
||||||
|
|
||||||
* btrbk-current
|
* btrbk-0.14
|
||||||
- bugfix: correctly handle empty target subvolumes. Fixes issue #4
|
- bugfix: correctly handle empty target subvolumes (blocker for all
|
||||||
|
new users). Fixes issue #4
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PN = btrbk
|
PN = btrbk
|
||||||
VERSION = 0.13
|
VERSION = 0.14
|
||||||
|
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
CONFDIR = /etc
|
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
|
.SH NAME
|
||||||
btrbk \- backup tool for btrfs volumes
|
btrbk \- backup tool for btrfs volumes
|
||||||
.SH SYNOPSIS
|
.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
|
.SH NAME
|
||||||
btrbk.conf \- btrbk configuration file
|
btrbk.conf \- btrbk configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue