File: control

package info (click to toggle)
vbackup 1.0.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 860 kB
  • ctags: 22
  • sloc: sh: 3,661; makefile: 46
file content (28 lines) | stat: -rw-r--r-- 907 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
Source: vbackup
Section: admin
Priority: optional
Maintainer: Stefanos Harhalakis <v13@v13.gr>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7
Homepage: http://www.v13.gr/

Package: vbackup
Architecture: all
Depends: ${misc:Depends}
Description: modular backup utility
 vbackup constists of a set of scripts that handle the various aspects of 
 a backup. It can be easily extended to support other backup methods too. 
 It can be used for full or incremental backups. It also includes a wizard
 for basic (quick) configuration.
 .
 Currently it supports/backups:
  * XFS using xfsdump
  * Generic filesystem backups using tar
  * PostgreSQL
  * MySQL
  * dpkg and RPM database
  * Partition tables, disk MBRs, MD and LVM information
  * OpenLDAP database
 .
 It can work with local files, handle NFS mounts or scp backups to a remote
 location. It also supports encryption using x509 certificates.