blob: 1552129e7e5f3d8e5f11e5ea948ab529deca890f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hayley@foxes.systems</email>
<name>Hayley Hughes</name>
</maintainer>
<longdescription lang="en">
A tool to clone a disk image.
Main features
- Utilises FICLONE to create a copy-on-write clone of the image
- Uses FIFREEZE if the image is mounted in order to ensure consistency of the image
For further details see loclone(1).
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|