It does finally finish if I give it long enough...but it is VERY long.
Jason
Arno Lehmann wrote:
> Hello,
>
> On 2/9/2007 6:04 PM, Jason King wrote:
>
>> That fixed the problem.
>>
>> Now I'm having another problem. On ONE specific Windows 2000 "Storage
>> Edition" server I do an estimate and the query just sits there and does
>> nothing apparently.
>>
>
> You could check that machine for activity. Also, try the command
> 'estimate listing job=Storage' which should report every file it would
> back up.
>
> Finaly, you can try to run the client FD with debug output: on a
> console, enter the command 'setdebug level=200 trace=1
> client=<storage-fd>', run the estimate command, wait, and after some
> time turn debugging off again. Then, examine the trace file that should
> be in Baculas working directory on the client. You will find lots of
> stuff usually, and perhaps you can identify a problem. At least you
> should be able to find the beginning of the estimate job, and then see
> if there's anything useful following that.
>
> Given a big enough fileset, the estimate command can take quite a while
> to complete.
>
> Arno
>
>
>
>> This is the output I'm seeing:
>>
>> *estimate
>> The defined Job resources are:
>> 1: Maint Full
>> 2: Mail
>> 3: Anne
>> 4: Storage
>> 5: Webapps
>> 6: Widow
>> 7: DC
>> 8: DCTN
>> 9: BackupCatalog
>> 10: RestoreFiles
>> Select Job resource (1-10): 4
>> Using Catalog "MyCatalog"
>> Connecting to Client storage-fd at storage:9102
>>
>> It stays on that message until I CNTL^C out of the process. That is the
>> only server I'm having troubles with and I'm not sure why. I'm not
>> seeing any error messages to let me know what might be causing it.
>>
>> jason
>>
>>
>>
>> Philip W. Dalrymple III wrote:
>>
>>
>>> Well you need a Fileset for each set of files that you want to back up.
>>>
>>> For linux and unix boxes I have a single file set for the "base" and
>>> for each box zero to 4 extra Filesets (one to 5 jobs) for Windows
>>> boxes right now I have a unique file set for each (I am going to
>>> change than
>>> when we get some new hardware we have on order).
>>>
>>> The working directory is where the daemons store there temp files.
>>>
>>> Jason King wrote:
>>>
>>>
>>>> So I need a FileSet directive for every server correct? What is the
>>>> "WorkingDirectory" in the client config file all about?
>>>>
>>>> Philip W. Dalrymple III wrote:
>>>>
>>>>
>>>>> is there anything in the directory
>>>>> /usr/ports/sysutils/bacula-server/work/bacula-2.0.1
>>>>> on your "MailServer" (that is all that you told bacula to back up).
>>>>>
>>>>> Jason King wrote:
>>>>>
>>>>>
>>>>>
>>>>>> Ahh yes. Here is the FileSet directive on my server:
>>>>>>
>>>>>>
>>>>>> # List of files to be backed up
>>>>>> FileSet {
>>>>>> Name = "Full Set"
>>>>>> Include {
>>>>>> Options {
>>>>>> signature = MD5
>>>>>> }
>>>>>> #
>>>>>> # Put your list of files here, preceded by 'File =', one per line
>>>>>> # or include an external list with:
>>>>>> #
>>>>>> # File = <file-name
>>>>>> #
>>>>>> # Note: / backs up everything on the root partition.
>>>>>> # if you have other partitons such as /usr or /home
>>>>>> # you will probably want to add them too.
>>>>>> #
>>>>>> # By default this is defined to point to the Bacula build
>>>>>> # directory to give a reasonable FileSet to backup to
>>>>>> # disk storage during initial testing.
>>>>>> #
>>>>>> File = /usr/ports/sysutils/bacula-server/work/bacula-2.0.1
>>>>>> }
>>>>>>
>>>>>> #
>>>>>> # If you backup the root directory, the following two excluded
>>>>>> # files can be useful
>>>>>> #
>>>>>> Exclude {
>>>>>> File = /proc
>>>>>> File = /tmp
>>>>>> File = /.journal
>>>>>> File = /.fsck
>>>>>> }
>>>>>> }
>>>>>>
>>>>>> I'm brand new to bacula. I'm not even sure if I'm approaching this
>>>>>> thing right.
>>>>>>
>>>>>> jason
>>>>>>
>>>>>>
>>>>>> Philip W. Dalrymple III wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>> sorry, your FileSet directive from your console configuration, it
>>>>>>> will look SOMETHING like the one
>>>>>>> below.
>>>>>>>
>>>>>>>
>>>>>>> FileSet {
>>>>>>> Name = "fs-dynamo-all"
>>>>>>> Enable VSS = yes
>>>>>>> Ignore FileSet Changes = yes
>>>>>>> Include {
>>>>>>> Options {
>>>>>>> signature = MD5
>>>>>>> compression=GZIP
>>>>>>> IgnoreCase = yes
>>>>>>> }
>>>>>>> # File = "C:/Documents and Settings/"
>>>>>>> File = "C:/mdt/"
>>>>>>> }
>>>>>>>
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Jason King wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> I'd be happy to but I don't know what you mean by "post your file
>>>>>>>> list". I'm not sure what the file list is.
>>>>>>>>
>>>>>>>> Jason
>>>>>>>>
>>>>>>>> Philip W. Dalrymple III wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Could you post your file list, I think that you have an error
>>>>>>>>> either in that list on in one
>>>>>>>>> other thing that I ran into.
>>>>>>>>>
>>>>>>>>> in one case where we had a Win 2000 box and set
>>>>>>>>> Enable VSS = yes
>>>>>>>>> we got a lot of files not seen by the fd. (Enable VSS is on the
>>>>>>>>> job record) removing
>>>>>>>>> it made the backup work (files in use could not be backed up of
>>>>>>>>> course, that is just windows)
>>>>>>>>>
>>>>>>>>> Jason King wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> There is no error message. It just says "OK", this is the stat
>>>>>>>>>> on the machine that should be being backed up:
>>>>>>>>>>
>>>>>>>>>> bacula-fd Version: 2.0.1 (12 January 2007)
>>>>>>>>>> i386-portbld-freebsd5.4 freebsd 5.4-STABLE
>>>>>>>>>> Daemon started 07-Feb-07 15:14, 2 Jobs run since started.
>>>>>>>>>> Heap: bytes=140,946 max_bytes=208,089 bufs=52 max_bufs=76
>>>>>>>>>> Sizeof: boffset_t=8 size_t=4 debug=0 trace=0
>>>>>>>>>>
>>>>>>>>>> Running Jobs:
>>>>>>>>>> Director connected at: 08-Feb-07 08:00
>>>>>>>>>> No Jobs running.
>>>>>>>>>> ====
>>>>>>>>>>
>>>>>>>>>> Terminated Jobs:
>>>>>>>>>> JobId Level Files Bytes Status Finished Name
>>>>>>>>>> ======================================================================
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 3 Full 0 0 OK 07-Feb-07 15:20
>>>>>>>>>> MailServer
>>>>>>>>>> 12 Incr 0 0 OK 07-Feb-07 23:02
>>>>>>>>>> MailServer
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> As you can see the job appears to "complete" but it has NO data
>>>>>>>>>> and NO files. I don't know what the problem might be.
>>>>>>>>>>
>>>>>>>>>> Jason
>>>>>>>>>>
>>>>>>>>>> Darien Hager wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> On Feb 7, 2007, at 2:37 PM, Jason King wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> I've got my director communicating with ALL of my remote
>>>>>>>>>>>> servers (file
>>>>>>>>>>>> daemons) correctly. Doing a *stat and checking on the clients
>>>>>>>>>>>> gives me
>>>>>>>>>>>> the client information. I setup the jobs in the diretors
>>>>>>>>>>>> config file and
>>>>>>>>>>>> tried to run the backup. The backup starts and ends within
>>>>>>>>>>>> about 5
>>>>>>>>>>>> seconds and doesn't backup ANY data on ANY of the servers.
>>>>>>>>>>>> What could I
>>>>>>>>>>>> have done wrong?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> I assume the backup failed with an error message? If so, could
>>>>>>>>>>> you post it here?
>>>>>>>>>>>
>>>>>>>>>>> Check that the information the director has for the storage
>>>>>>>>>>> daemon is valid. For instance, you cannot tell the director
>>>>>>>>>>> that the storage daemon is "localhost", because the director
>>>>>>>>>>> gives that information to the clients and for them
>>>>>>>>>>> "localhost" is the wrong computer. This kind of error doesn't
>>>>>>>>>>> prevent the director from contacting all your clients, but it
>>>>>>>>>>> would prevent the clients from connecting to the storage daemon.
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> --Darien A. Hager
>>>>>>>>>>> [EMAIL PROTECTED]
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Using Tomcat but need to do more? Need to support web
>>>>>>>>>>> services, security?
>>>>>>>>>>> Get stuff done quickly with pre-integrated technology to make
>>>>>>>>>>> your job easier.
>>>>>>>>>>> Download IBM WebSphere Application Server v.1.0.1 based on
>>>>>>>>>>> Apache Geronimo
>>>>>>>>>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Bacula-users mailing list
>>>>>>>>>>> [email protected]
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -------------------------------------------------------------------------
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Using Tomcat but need to do more? Need to support web services,
>>>>>>>>>> security?
>>>>>>>>>> Get stuff done quickly with pre-integrated technology to make
>>>>>>>>>> your job easier.
>>>>>>>>>> Download IBM WebSphere Application Server v.1.0.1 based on
>>>>>>>>>> Apache Geronimo
>>>>>>>>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Bacula-users mailing list
>>>>>>>>>> [email protected]
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
>> easier.
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Bacula-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users