Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # Postgresql daily backups
  2.  
  3. The following set of scripts will create daily backups for a specified database (8:45 am / when a computer reboots).
  4.  
  5.  
  6. ## Installation
  7. ```
  8. # Copy files to their respective folders then execute the following:
  9.  
  10. chmod u+x ~/scripts/auto_postgres_backup.sh
  11. launchctl load ~/Library/LaunchAgents/postgres.backup.plist
  12. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement