Browse Source

Following the instructions of using a Debian 7 image, PostgreSQL 9.1 is installed in /var/lib/postgresql not /opt/postgresql

Justin Plock 10 years ago
parent
commit
6e669fb2df
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/tarsnap/files/tarsnap.sh

+ 1
- 1
roles/tarsnap/files/tarsnap.sh View File

@@ -4,7 +4,7 @@
4 4
 # Written by Tim Bishop, 2009.
5 5
 
6 6
 # Directories to backup (relative to /)
7
-DIRS="home root decrypted var/www opt/postgresql/9.1/main"
7
+DIRS="home root decrypted var/www var/lib/postgresql/9.1/main"
8 8
 
9 9
 # Number of daily backups to keep
10 10
 DAILY=7

Loading…
Cancel
Save