Browse Source

redirect backup to /dev/null

tags/9.6
Robin Thoni 7 years ago
parent
commit
5872f051d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      backup/pg_backup_rotated.cron.sh

+ 1
- 1
backup/pg_backup_rotated.cron.sh View File

@@ -1,3 +1,3 @@
1 1
 #! /usr/bin/env bash
2 2
 
3
-pg_backup_rotated.sh -c /etc/pg_backup.config
3
+pg_backup_rotated.sh -c /etc/pg_backup.config > /dev/null

Loading…
Cancel
Save