Source: lvmsync
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 13),
 gem2deb,
 ruby,
 ruby-treetop,
Standards-Version: 4.7.1
Vcs-Git: https://salsa.debian.org/ruby-team/lvmsync.git
Vcs-Browser: https://salsa.debian.org/ruby-team/lvmsync
Homepage: https://github.com/mpalmer/lvmsync
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: lvmsync
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends:
 ruby-treetop,
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Description: efficiently transfer changes in LVM snapshots
 Lvmsync efficiently synchronises LVM logical volumes across a network by
 transferring only blocks changed since an LVM snapshot was taken. It is useful
 for migrating virtual machines or other block-device workloads with minimal
 downtime: an initial copy can be performed while the source remains active,
 followed by a smaller transfer of changes after writes are stopped. Transfers
 are performed over SSH. Lvmsync also provides optional snapback support,
 allowing overwritten destination blocks to be saved for later rollback. 
