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 </dev/null'
> ----

> 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 day which backs up /mnt/server/archivedir

You might want to run a script which prunes old archive files either
before or after the job (I'd suggest after, just in case your script
goes crazy and deletes too much!)

-- 
Russell Howe
[EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to