Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 6761925c9f Automatic commit of package [virt-backup] release [0.2.25-1]. 4 years ago
Daniel Berteaud 95e65034fb Wait longer before removing LVM snapshots 4 years ago
  1. 2
      .tito/packages/virt-backup
  2. 2
      virt-backup
  3. 5
      virt-backup.spec

@ -1 +1 @@
0.2.24-1 ./
0.2.25-1 ./

@ -692,7 +692,7 @@ sub run_cleanup{
}
if (open SNAPLIST, "<$backupdir.meta/snapshots"){
sleep(2);
sleep(10);
foreach (<SNAPLIST>){
# Destroy snapshot listed here is they exists
# and only if the end with _ and 10 digits

@ -1,7 +1,7 @@
Summary: backup script for libvirt managed VM
Name: virt-backup
Version: 0.2.24
Version: 0.2.25
Release: 1
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@ -63,6 +63,9 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \
%dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup
%changelog
* Thu May 07 2020 Daniel Berteaud <daniel@firewall-services.com> 0.2.25-1
- Wait longer before removing LVM snapshots (daniel@firewall-services.com)
* Tue Apr 14 2020 Daniel Berteaud <daniel@firewall-services.com> 0.2.24-1
- Try to preserve sparse files when dumping with no compression
(daniel@firewall-services.com)

Loading…
Cancel
Save