Skip to content

Commit c0e7a4c

Browse files
committed
raise version
1 parent 879035b commit c0e7a4c

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.15
2+
---------
3+
* Update Dockerfile and README
4+
15
Version 2.14
26
---------
37
* virtnbdrestore: Add option -A (--preallocate) to create thick, full

libvirtnbdbackup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
"""
1717

18-
__version__ = "2.14"
18+
__version__ = "2.15"

man/virtnbdbackup.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH VIRTNBDBACKUP "1" "August 2024" "virtnbdbackup 2.14" "User Commands"
2+
.TH VIRTNBDBACKUP "1" "September 2024" "virtnbdbackup 2.15" "User Commands"
33
.SH NAME
44
virtnbdbackup \- backup utility for libvirt
55
.SH DESCRIPTION
@@ -52,7 +52,7 @@ Backup only disk with target dev name (\fB\-i\fR vda)
5252
Exclude disk(s) with target dev name (\fB\-x\fR vda,vdb)
5353
.TP
5454
\fB\-f\fR SOCKETFILE, \fB\-\-socketfile\fR SOCKETFILE
55-
Use specified file for NBD Server socket (default: \fI\,/var/tmp/virtnbdbackup.9548\/\fP)
55+
Use specified file for NBD Server socket (default: \fI\,/var/tmp/virtnbdbackup.6456\/\fP)
5656
.TP
5757
\fB\-n\fR, \fB\-\-noprogress\fR
5858
Disable progress bar
@@ -74,13 +74,13 @@ Execute backup only if threshold is reached.
7474
.SS "Remote Backup options:"
7575
.TP
7676
\fB\-U\fR URI, \fB\-\-uri\fR URI
77-
Libvirt connection URI. (default: qemu:///system)
77+
Libvirt connection URI. (default: qemu:///session)
7878
.TP
7979
\fB\-\-user\fR USER
8080
User to authenticate against libvirtd. (default: None)
8181
.TP
8282
\fB\-\-ssh\-user\fR SSH_USER
83-
User to authenticate against remote sshd: used for remote copy of files. (default: root)
83+
User to authenticate against remote sshd: used for remote copy of files. (default: abi)
8484
.TP
8585
\fB\-\-ssh\-port\fR SSH_PORT
8686
Port to connect to remote sshd: used for remote copy of files. (default: 22)

man/virtnbdmap.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH VIRTNBDMAP "1" "August 2024" "virtnbdmap 2.14" "User Commands"
2+
.TH VIRTNBDMAP "1" "September 2024" "virtnbdmap 2.15" "User Commands"
33
.SH NAME
44
virtnbdmap \- map virtnbdbackup image files to nbd devices
55
.SH DESCRIPTION

man/virtnbdrestore.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH VIRTNBDRESTORE "1" "August 2024" "virtnbdrestore 2.14" "User Commands"
2+
.TH VIRTNBDRESTORE "1" "September 2024" "virtnbdrestore 2.15" "User Commands"
33
.SH NAME
44
virtnbdrestore \- restore utility for libvirt
55
.SH DESCRIPTION
@@ -41,7 +41,7 @@ Process only disk matching target dev name. (default: None)
4141
Disable progress bar
4242
.TP
4343
\fB\-f\fR SOCKETFILE, \fB\-\-socketfile\fR SOCKETFILE
44-
Use specified file for NBD Server socket (default: \fI\,/var/tmp/virtnbdbackup.9553\/\fP)
44+
Use specified file for NBD Server socket (default: \fI\,/var/tmp/virtnbdbackup.6461\/\fP)
4545
.TP
4646
\fB\-r\fR, \fB\-\-raw\fR
4747
Copy raw images as is during restore. (default: False)
@@ -66,13 +66,13 @@ Preallocate restored qcow images. (default: False)
6666
.SS "Remote Restore options:"
6767
.TP
6868
\fB\-U\fR URI, \fB\-\-uri\fR URI
69-
Libvirt connection URI. (default: qemu:///system)
69+
Libvirt connection URI. (default: qemu:///session)
7070
.TP
7171
\fB\-\-user\fR USER
7272
User to authenticate against libvirtd. (default: None)
7373
.TP
7474
\fB\-\-ssh\-user\fR SSH_USER
75-
User to authenticate against remote sshd: used for remote copy of files. (default: root)
75+
User to authenticate against remote sshd: used for remote copy of files. (default: abi)
7676
.TP
7777
\fB\-\-ssh\-port\fR SSH_PORT
7878
Port to connect to remote sshd: used for remote copy of files. (default: 22)

0 commit comments

Comments
 (0)