> 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
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
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
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?
---
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=
>
>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
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
>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
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
>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
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
11 matches
Mail list logo