Use the following configuration in Apache's httpd.conf file or within a virtual host configuration. Note that you should set DocumentRoot
and ServerName
fit to your environment:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
goto comment | |
Author: Code Monk | |
Description: This file use to backup the database using PostgreSQL backup utility "pg_dump". | |
Backup parameters should be setup before executing this file | |
File Format flags : | |
c = Custom | |
t = Tar |
OlderNewer