Skip to content
Snippets Groups Projects

7771 harden postgres backup

Merged Hahn Axel (hahn) requested to merge 7771-harden-postgres-backup into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -163,6 +163,7 @@ function _doBackupOfSingleInstance(){
"${ARCHIVE_DIR2}" "${ARCHIVE_DIR2}/seq" "${ARCHIVE_DIR2}/security"
do
test -d "$_dir" || (echo "creating $_dir" ; mkdir -p "$_dir" )
chmod 0700 "$_dir"
done
local iChunksize=100
Loading