On Wednesday 20 December 2006 02:51, Jon Ingason wrote:
> Hi, I need to backup rotated log files and wonder how I can do it with
> Bacula without backup same file when it change name.
>
> What I mean is if I have log file that rotated every day I have
> following scenario:
>
> Mon  Thu  Wed  Tue  Fri  Sat  Sun
> log  log0 log1 log2 log3 log4 log5 <-- same file, different names
>      log  log0 log1 log2 log3 log4 <-- same file, different names
>           log  log0 log1 log2 log3 <-- same file, different names
>                log  log0 log1 log2 <-- same file, different names
>                     log  log0 log1 <-- same file, different names
>                          log  log0 <-- same file, different names
>                               log  <-- same file, different names
>
> I don't want to backup same file every day. I do Incremental Mon - Sat,
> Diffrential Sun and Full first Sun of the month. How should I config
> Bacula to do that?

Bacula can take the output of a script as the list of files to back up.  Maybe 
write a script that determines which files need backing up?

j

-- 
Joshua Kugler                           
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to