I am looking for anyone that has experience in scripting out nightly restores of Postgres DBs from veeam backups. I have written scripts for our SQL DBs but finding it more of a challenge to do the same with our Postgres DBs. I have been thinking about following this method to obtain backups: https://www.virtualhome.blog/category/veeam/page/2/ and then doing a File Level Recovery to the machine we want the restore to but having trouble with the VBR Linux commands. I have the following working but can't seem to figure out how to move the files from the FLR to the machine we need them restored to.
I wondering if there is a better method for doing Postgres DB scripted restores or how to get our backup dumps out of the FLR directory and onto our machine for restore. Any help or suggestions would be greatly appreciated!
Thanks for the response @Rmachado. Kind of what I was thinking as well. Having trouble getting the file out of the backup to another machine currently. I can find plenty of windows examples but Linux examples have been elusive.