mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
7 lines
158 B
Bash
7 lines
158 B
Bash
#!/bin/sh
|
|
|
|
#Enable Postgresql base backup
|
|
POSTGRESQL_BASE_ENABLED=0
|
|
|
|
#PostgreSQL database storage directory
|
|
POSTGRESQL_BASE_DIR="/var/lib/postgresql/9.3/main" |