diff options
author | intrigeri <intrigeri@boum.org> | 2005-08-09 20:28:52 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2005-08-09 20:28:52 +0000 |
commit | 773c194279bb6e1ca91de76b82fe94c6e2ff624a (patch) | |
tree | 2753ce1fd093444f08236f5db835508ce24d6910 /README | |
parent | b5120bcd7b12047e802a8067f2275f0d3d2ebeba (diff) | |
download | backupninja-773c194279bb6e1ca91de76b82fe94c6e2ff624a.tar.gz backupninja-773c194279bb6e1ca91de76b82fe94c6e2ff624a.tar.bz2 |
Added pgsql (PostgreSQL) handler, with vservers support.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ file in /etc/backup.d according to the file's suffix: .dup -- filesystem backup (using duplicity) .mysql -- backup mysql databases .ldap -- backup ldap databases + .pgsql -- backup PostgreSQL databases .sys -- general hardware, partition, and system reports. .svn -- backup subversion repositories .maildir -- incrementally backup maildirs (very specialized) |