summaryrefslogtreecommitdiff
blob: a6301c0382260a262a3b0259d98a3919ce203cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
  <email>pva@gentoo.org</email>
  <name>Peter Volkov</name>
</maintainer>
<maintainer>
  <email>andreis.vinogradovs@gmail.com</email>
  <name>Andreis Vinogradovs</name>
  <description>Primary maintainer, assign bugs to him</description>
</maintainer>
<longdescription lang="en">
vzdump is a utility to make consistent snapshots of running OpenVZ VEs. It basically creates a tar archive of the VE private area, which also includes the VE configuration files.
There are several ways to provide consistency:
 - stop the VE during backup (very long downtime) 
 - use rsync and suspend/resume (minimal downtime) 
 - use LVM2 (no downtime)
</longdescription>
</pkgmetadata>