postgres-backup/debian/postgres-backup.postinst

4 lines
114 B
Bash

#!/bin/bash
mkdir -p /var/backups/database/postgresql
chown -R postgres:postgres /var/backups/database/postgresql