Hi there, I was wondering if you have any good recoomendation for the method used to back up postgres databases regularly (automated running in certain intervals), with timestamps on the filename. This automated process will run every day at a secific time.
We used to run a cron job that ran a batch file that backed postgres up to a local dir and added the timestamp to the filename.
We ended up running the backup every 15 mins and it worked like a charm.
If you want an automated process that runs every day at a specified time then cron is what you need.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.