浏览代码

Restrict permissions on Postgres backups files. Resolves #322.

Alex Payne 10 年前
父节点
当前提交
c55437d341
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      roles/tarsnap/files/tarsnap.sh

+ 1
- 0
roles/tarsnap/files/tarsnap.sh 查看文件

@@ -58,6 +58,7 @@ fi
58 58
 cd /home/
59 59
 
60 60
 # Dump PostgreSQL to file
61
+umask 077
61 62
 sudo -u postgres pg_dumpall -c | gzip > /decrypted/postgresql-backup.sql.gz
62 63
 
63 64
 # Do backups

正在加载...
取消
保存