RE: [Bacula-users] Excludes not working?

2005-08-25 Thread j2
> regexfile = "/var/log/.*\.[0-9]\.gz" > >My guess (and it's only a guess) is that '.*' won't match a '/'; >you'll need to specify the depth, e.g., > > regexfile = "/var/log/.*\.[0-9]\.gz" > regexfile = "/var/log/.*/.*\.[0-9]\.gz" Oh, that makes sense. Maybe I need a regexp that matches

[Bacula-users] Excludes not working?

2005-08-25 Thread j2
With the below fileset, I thought all gzipped logs would be excluded from my backup, but as shown at the bottom of the post, they are not?   FileSet {   Name = "Full Set"   Include {     Options {   signature = MD5   Exclude = yes   wildfile = *.MYI   wildfile = *.M

[Bacula-users] Finding out file size

2005-08-21 Thread j2
I am trying to find out how to see the file sizes of each file that is backed up in a given job. Is there a clever way of finding this out? --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Franc

[Bacula-users] Multiple excludes?

2005-08-20 Thread j2
If I have the below fileset, and wish to exclude any file with a .tgz or .gz extension from any dir under /var/log how do I modify it? I tried adding a second "option" block with a Exclude = yes wilddir = /var/log wildfile = *.tgz wildfile = *.tar.gz But this still backed up the old logs? ---

RE: [Bacula-users] Incremental backup does a "full" most of the time?

2005-08-19 Thread j2
Sorry, something weird happened to my log-paste. Here is a correct version! 16-Aug 12:17 cookiemonster-dir: No prior Full backup Job record found. 16-Aug 12:17 cookiemonster-dir: No prior or suitable Full backup found. Doing FULL backup. 16-Aug 12:17 cookiemonster-dir: Start Backup JobId 20, Job=

RE: [Bacula-users] Incremental backup does a "full" most of the time?

2005-08-19 Thread j2
> >I think a "list media" whould clarrify more, your setup. Appended at the bottom. >But with list media and the comparsion of the VolumenRetention-times you >probably see the problem yourself. Well, yes, but I do not understand what I need to change. I want a full backup once per week, and

[Bacula-users] Incremental backup does a "full" most of the time?

2005-08-18 Thread j2
I have a Full/incremental setup in place, but most days, it gets updated to "full" backup. How can I find out _why_ this is happening, since I am now using way more disk space then planned? It seem to run "incremental" only as long as the job is done on the same day as the "full", and do a new "ful

RE: [Bacula-users] catalog backup fails.-

2005-08-16 Thread j2
>But where do I find what is passed to that script? RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup -u -p" Well, I found this, but I can't see that variable be set anywhere in bacula-dir.conf I have Catalog { Name = MyCatalog dbname = bacula; user = bacula; password = "alittlepasswo

[Bacula-users] catalog backup fails.-

2005-08-16 Thread j2
16-Aug 22:02 cookiemonster-dir: RunBefore: /usr/bin/mysqldump: Got error: 1045: Access denied for user: '@localhost' (Using password: YES) when trying to connect 16-Aug 22:02 cookiemonster-dir: Start Backup JobId 28, Job=BackupCatalog.2005-08-16_22.02.39 I guess somewhere I missconfigured somethin

RE: [Bacula-users] Storage location wierdness?

2005-08-16 Thread j2
>Carefully compare the "Storage = " for the scooter and statler jobs. Crap.. Silly me... Thanks. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic

[Bacula-users] Storage location wierdness?

2005-08-16 Thread j2
Why is the volumes for "statler" ending up in /mnt/silo-4/bacula-backups/ instead of /mnt/silo-4/bacula-backups/statler/ ? It works for the other hosts, but not statler? And I can't find any difference in the setup of the hosts? (yes, I know I should set passwords for the components, but this is