emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29578: closed ([PATCH] gnu: virtualization: Add qm


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29578: closed ([PATCH] gnu: virtualization: Add qmpbackup.)
Date: Fri, 08 Dec 2017 19:00:02 +0000

Your message dated Fri, 8 Dec 2017 13:59:44 -0500
with message-id <address@hidden>
and subject line Re: [bug#29578] [PATCH] gnu: virtualization: Add qmpbackup.
has caused the debbugs.gnu.org bug report #29578,
regarding [PATCH] gnu: virtualization: Add qmpbackup.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29578: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29578
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: virtualization: Add qmpbackup. Date: Tue, 05 Dec 2017 08:26:15 +0100

Hey Guix,

This patch adds qmpbackup.

Attachment: 0001-gnu-virtualization-Add-qmpbackup.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#29578] [PATCH] gnu: virtualization: Add qmpbackup. Date: Fri, 8 Dec 2017 13:59:44 -0500 User-agent: Mutt/1.9.1 (2017-09-22)
On Tue, Dec 05, 2017 at 08:26:15AM +0100, Rutger Helling wrote:
> Hey Guix, 
> 
> This patch adds qmpbackup.

> From 46a7ca3cf49e11f13f5df15d6ef50aec8d4f09e0 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <address@hidden>
> Date: Tue, 5 Dec 2017 08:19:21 +0100
> Subject: [PATCH] gnu: virtualization: Add qmpbackup.
> 
> * gnu/packages/virtualization.scm (qmpbackup): New variable.

Thanks! Pushed as f46a3523de7e4816a340e48eaba68f11361beec8 with the
following changes:

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 4b8daa53c..85563dde6 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -704,9 +704,8 @@ mainly implemented in user space.")
     (arguments
      `(#:python ,python-2))
     (home-page "https://github.com/abbbi/qmpbackup";)
-    (synopsis "Create live full and incremental backups via QMP")
-    (description "qmpbackup is designed to create live full and
-incremental backups of running qemu virtual machines via the QMP
-protocol.  It makes use of the dirty-bitmap feature introduced in later
-qemu versions.")
+    (synopsis "Backup and restore QEMU machines")
+    (description "qmpbackup is designed to create and restore full and
+incremental backups of running QEMU virtual machines via QMP, the QEMU
+Machine Protocol.")
     (license gpl3+)))

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]