Hi,

is someone using a script which benefits of the postgres' point in time 
recovering feature? What I wonder is if this is possible/already 
approached by someone...

on fullbackup (initial one):
- stop database
- do full filesystem-backup from database
- start database

on incremental:
SELECT pg_start_backup('label');
- copy wol files somewhere outside dbfolder into backfolder
SELECT pg_stop_backup();

Is copying of the wol file neccessary?
which kind of backup strategy would best fit to this scenario? 
incremental or differential?
How could I ease the restoring process within bacula?

Regards, Gunnar


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to