summaryrefslogtreecommitdiffstats
path: root/disk/partimage-ng/DETAILS
blob: 5956188237f93ae64a114aa010982c9276bc1691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
           SPELL=partimage-ng
if [[ "${PARTIMAGE_NG_AUTOUPDATE}" == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=trunk
fi
          SOURCE=$SPELL-trunk.tar.bz2
   SOURCE_URL[0]=bzr_http://bazaar.launchpad.net/~vonami/partimage-ng/trunk:$SPELL-trunk
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
        WEB_SITE=http://launchpad.net/partimage-ng
      LICENSE[0]=GPL
         ENTERED=20080224
        KEYWORDS="disk"
           SHORT="disk and partition imaging program"
cat << EOF
Partimage-ng is a disk and partition imaging program. It allows you to create
exact images of single partitions or whole drives (including partition tables
so you don't need to recreate them manually). Partimage-ng does its job by
manipulating the low level filesystem structures and saving only the used
filesystem data blocks (sometimes referred to as clusters). Thus partimage-ng
needs to "understand" the layout of the filesystem it is trying to create an
image of. Currently it supports ext2, ext3, linux-swap, NTFS, and FAT32 (but
not FAT16) filesystems.
EOF