all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29578] [PATCH] gnu: virtualization: Add qmpbackup.
@ 2017-12-05  7:26 Rutger Helling
  2017-12-08 18:59 ` bug#29578: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-12-05  7:26 UTC (permalink / raw)
  To: 29578


[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]

Hey Guix, 

This patch adds qmpbackup.

[-- Attachment #1.2: Type: text/html, Size: 231 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-virtualization-Add-qmpbackup.patch --]
[-- Type: text/x-diff; name=0001-gnu-virtualization-Add-qmpbackup.patch, Size: 2072 bytes --]

From 46a7ca3cf49e11f13f5df15d6ef50aec8d4f09e0 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 5 Dec 2017 08:19:21 +0100
Subject: [PATCH] gnu: virtualization: Add qmpbackup.

* gnu/packages/virtualization.scm (qmpbackup): New variable.
---
 gnu/packages/virtualization.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 184ba0155..5993fbada 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -61,7 +61,7 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (guix download)
-  #:use-module ((guix licenses) #:select (gpl2 gpl2+ lgpl2.1 lgpl2.1+))
+  #:use-module ((guix licenses) #:select (gpl2 gpl2+ gpl3+ lgpl2.1 lgpl2.1+))
   #:use-module (guix packages)
   #:use-module (guix utils)
   #:use-module (srfi srfi-1))
@@ -687,3 +687,26 @@ mainly implemented in user space.")
     ;; The project is licensed under GPLv2; files in the lib/ directory are
     ;; LGPLv2.1.
     (license (list gpl2 lgpl2.1))))
+
+(define-public qmpbackup
+  (package
+    (name "qmpbackup")
+    (version "0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/abbbi/qmpbackup/archive/"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "10k9mnb1yrg4gw1rvz4kw4dxc4aajl8gnjrpm3axqkg63qmxj3qn"))
+              (file-name (string-append name "-" version ".tar.gz"))))
+    (build-system python-build-system)
+    (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.")
+    (license gpl3+)))
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29578: [PATCH] gnu: virtualization: Add qmpbackup.
  2017-12-05  7:26 [bug#29578] [PATCH] gnu: virtualization: Add qmpbackup Rutger Helling
@ 2017-12-08 18:59 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-12-08 18:59 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29578-done

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]

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 <rhelling@mykolab.com>
> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-08 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05  7:26 [bug#29578] [PATCH] gnu: virtualization: Add qmpbackup Rutger Helling
2017-12-08 18:59 ` bug#29578: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.