File: control

package info (click to toggle)
autopostgresqlbackup 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 184 kB
  • sloc: sh: 1,136; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 912 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
Source: autopostgresqlbackup
Section: admin
Priority: extra
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends: debhelper (>= 7.0.50~), perl
Standards-Version: 3.9.2
Homepage: http://projects.frozenpc.net/autopgsqlbackup/
Vcs-Git: git://anonscm.debian.org/users/kolter/autopostgresqlbackup.git
Vcs-Browser: http://anonscm.debian.org/git/users/kolter/autopostgresqlbackup.git

Package: autopostgresqlbackup
Architecture: all
Recommends: mutt
Depends: ${misc:Depends}, postgresql-client-common
Description: Automated tool to make periodic backups of PostgreSQL databases
 autopostgresqlbackup is a shell script (usually executed from a cron job)
 designed to provide a fully automated tool to make periodic backups of
 PostgreSQL databases. autopostgresqlbackup extract databases into flat files
 in a daily, weekly or monthly basis.
 .
 autopostgresqlbackup is a PostgreSQL port of automysqlbackup.