Re: [Bacula-users] Bacula and Postgreql-PITR

2005-09-20 Thread Russell Howe
Marc Schoechlin wrote: > I.e. you can define such a hook in postgresql in that way: > > archive_command = 'cp -i %p /mnt/server/archivedir/%f > How can I continuously backup these files to a spoolfile and write > this file to a tape at the end of the day ? Run a job at the end of every

[Bacula-users] Bacula and Postgreql-PITR

2005-09-20 Thread Marc Schoechlin
Hi there, yesterday I read about the nice point-in-time-recovery (PITR) feature of postgresql - and decided to use this in future. (See: http://www.postgresql.org/docs/8.0/interactive/backup-online.html) PITR gives you the ability to have really continuous backup of your postgresql-database. I sa

[Bacula-users] Bacula and Postgreql-PITR

2005-09-08 Thread Marc Schoechlin
Hi there, yesterday I read about the nice point-in-time-recovery (PITR) feature of postgresql - and decided to use this in future. (See: http://www.postgresql.org/docs/8.0/interactive/backup-online.html) PITR gives you the ability to have really continuous backup of your postgresql-database. I sa