File: control

package info (click to toggle)
partimage 0.6.9-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,540 kB
  • ctags: 2,696
  • sloc: cpp: 15,727; sh: 10,925; makefile: 163; sed: 16
file content (58 lines) | stat: -rw-r--r-- 2,196 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: partimage
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: cdbs,
 debhelper (>= 8),
 autotools-dev,
 libbz2-dev,
 libnewt-dev,
 zlib1g-dev,
 comerr-dev,
 e2fslibs-dev (>= 1.25),
 libssl1.0-dev | libssl-dev (<< 1.1.0~),
 libpam0g-dev,
 gettext
Standards-Version: 3.9.8
Homepage: http://www.partimage.org

Package: partimage-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, adduser, lsb-base (>= 3.2-14)
Conflicts: partimage (<< 0.6.0), partimage-doc (<= 20020126-6)
Recommends: db-util
Description: server to use partimage across a network
 Partition Image is a partition imaging utility. It lets you backup up your
 partitions from a client to a server.
 .
 All data will be transferred encrypted using SSL.

Package: partimage
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: partimage-server (<< 0.6.0), partimage-doc (<= 20020126-6)
Description: backup partitions into a compressed image file
 Partition Image is a partition imaging utility. It has support for the
 following file systems:
  * Ext2/3, the Linux standard
  * ReiserFS, a journalised and powerful file system
  * FAT16/32, DOS and Windows file systems
  * HPFS, IBM OS/2 file system
  * JFS, journalised file system, from IBM, used on AIX
  * XFS, another journalised and efficient file system, from SGI, used on Irix
  * UFS (beta), Unix file system
  * HFS (beta), MacOS File system
  * NTFS (experimental), Windows NT, 2000 and XP
 Only used blocks are copied and stored into an image file.
 The image file can be compressed in the GZIP/BZIP2 formats to save disk space,
 and split into multiple files to be copied onto removable media (ZIP for
 example), burned on a CD-R, etc.
 .
 This makes it possible to save a full Linux/Windows system with a single
 operation. In case of a problem (virus, crash, error, etc.), you just have
 to restore, and after several minutes, your entire system is restored
 (boot, files, etc.), and fully working.
 .
 This is very useful when installing the same software on many machines: just
 install one of them, create an image, and restore the image on all other
 machines.