Thanks for answer :)
In manual i didn't find any word about how to backup links which are to another mounted devices. I have such situation:
logs -> /stor0/accounting.logs
where stor0 is another mounted device.
Bacula will backup /stor0/accounting.logs or only link to this place?
v.
On Tue, 29 Mar 2005 16:53:29 +0100
Martin Simmons <martin < at > li...> wrote:
On Tue, 29 Mar 2005 17:46:45 +0300, viktorija <viktorija < at > oi...> said:
V> now am reading manual and i have one question about < at > .
V> Is it possible to use < at > in the following way:
V> Name = "news"
V> Include {
V> Options {
V> compression=GZIP
V> wild = < at > exclude.list
V> exclude = yes
V> }
V> File = "D:/My Documents/work"
V> File = "D:/My Documents/temp"
V> }
V> where exclude.list is following:
V> wild = *.mp3
V> wild = *.avi
V> wild = *.mpg
V> wild = *.mpeg
V> wild = *.wmv
V> wild = *.wma
V> wild = *.wvx
V> wild = *.wax
V> wild = *.asf
V> wild = *.asx
V> wild = *.wms
V> wild = *.wmz
V> wild = *.wmd
V> wild = *.mlv
V> wild = *.mid
V> wild = *.mod
V> wild = *.mov
V> wild = *.mp1
V> wild = *.mp2
V> wild = *.mpa
V> wild = *.mpe
V> Or < at > is only for File?
The < at > directive works anywhere, but it simply inserts the named file as if it
was part of the main file, so to make the above work you need to drop the
'wild =' from the options:
Name = "news"
Include {
Options {
compression=GZIP
< at > exclude.list
exclude = yes
}
File = "D:/My Documents/work"
File = "D:/My Documents/temp"
}
__Martin
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users < at > li...
https://lists.sourceforge.net/lists/listinfo/bacula-users
AW: [Bacula-users] bacula-dir hangs.... From: Masopust Christian <christian.masopust < at > si...> - 2005-03-30 07:10
Attachments: Message as HTML
hello tim,
my setup is: bacula server (dir, fd and sd) on a redhat ES 3 update 4
(kernel 2.4.x),
mysql 4.1.10 and backups are only to disk. system is a dual pentium =
III.
at this time there are only some (

test-jobs running, but they all =
start
at 1:05am, Maximum Concurrent Jobs is set to 10, so it should be no
problem...
what i didn't try till now is to play around with schedules, =
priorities...
as said, this is currently only for evaluating bacula, testing the =
setup and
so on.... i plan to go to real in the next weeks, but if i don't find a
solution
for the hanging director....
plan for the real backup server is to do backups to two huge raids =
(6TB),
in first stage no tape, and i'll have appr. 30-40 clients. server will =
then
be a fedora core 3 (as i plan to use xfs for raids).
best regards and thanks for your help,
christian=20
-----Urspr=FCngliche Nachricht-----
Von: oberfoell < at > we... [mailto:oberfoell < at > we...]=20
Gesendet: Dienstag, 29. M=E4rz 2005 23:53
An: bacula-users < at > li...
Cc: Masopust Christian
Betreff: Re: [Bacula-users] bacula-dir hangs....
Hello Christian,
the problem is not fixed yet and i don't know where the problem exactly =
is.=20
We're doing two backup runs each night. The first run backs up all =
clients
to=20
a tape drive and the second one puts all the data to a file storage and =
I=20
suppose there is the problem.
My last idea was, that there is a problem with my Linux (SuSE with =
Kernel=20
Version 2.4.x) but I've tried the same configuration on a completly =
fresh=20
SuSE Linux Professional 9.1 (Kernel Version 2.6.5) with all updates and =
different hardware, but the problem remains.
Can you tell a little bit about your backup Scenario, maybe we have
something=20
in common.
Best regards,
Tim
On Tuesday 29 March 2005 13:16, Masopust Christian wrote:
Some time ago Tim Oberfoell had the problem that bacula-dir hangs =
during
nightly backups (as i found in the lists archive).
now i run into the same problems.... is/was there any solution to =
this
problem?
thanks,
christian