#!/bin/bash
# PostgreSQL database backup/restore script - Copyright 2003 DRIM-TECH S.L.
# This script is distributed under the terms of the GNU General Public
# License. A copy is available at http://www.gnu.org/
# #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# # PARAMS
# #+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pg_dump="/usr/bin/pg_dump"
psql="/usr/bin/psql"
createdb="/usr/bin/createdb"
USER=postgres
BACKUP_DIR="/data/web/internal_app/pg_backups/"
Recent comments
1 week 23 hours ago
1 week 6 days ago
4 weeks 6 hours ago
4 weeks 5 days ago
7 weeks 6 days ago
20 weeks 5 days ago
25 weeks 1 day ago
25 weeks 3 days ago
29 weeks 22 hours ago
30 weeks 1 day ago