|
|
@ -1,7 +1,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
Summary: backup script for libvirt managed VM |
|
|
|
Summary: backup script for libvirt managed VM |
|
|
|
Name: virt-backup |
|
|
|
Name: virt-backup |
|
|
|
Version: 0.2.18 |
|
|
|
Version: 0.2.19 |
|
|
|
Release: 1 |
|
|
|
Release: 1 |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
|
|
BuildArch: noarch |
|
|
|
BuildArch: noarch |
|
|
@ -63,6 +63,11 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ |
|
|
|
%dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup |
|
|
|
%dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Mon Oct 22 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.19-1 |
|
|
|
|
|
|
|
- Add an exclusive lock to be sure we correctly count the number of running |
|
|
|
|
|
|
|
backups This also ensure only one LVM snapshot is created at a time, which is |
|
|
|
|
|
|
|
a good thing to prevent overloading the system (daniel@firewall-services.com) |
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 22 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.18-1 |
|
|
|
* Mon Oct 22 2018 Daniel Berteaud <daniel@firewall-services.com> 0.2.18-1 |
|
|
|
- Add a max-backups param, to limit the numer of backups running at a time GLPI |
|
|
|
- Add a max-backups param, to limit the numer of backups running at a time GLPI |
|
|
|
#33827 (daniel@firewall-services.com) |
|
|
|
#33827 (daniel@firewall-services.com) |
|
|
|