[Bacula-users] Windows Restore.

2005-11-23 Thread Karl Hungus


I created a restore job to restore files to my Windows desktop machine.  
No matter how I format the Where variable I get the following error:


23-Nov 12:05 matt-windows-office-fd: 
MattOffice_RestoreFiles.2005-11-23_12.00.27 Error: 
c:\cygwin\home\kern\bacula\k\src\win32\findlib\../../findlib/create_file.c:340 
Could not open C:/tmp/C/\CMI_Photos/photos/: ERR=The system cannot find 
the path specified.


I am sure this is something simple I am doing wrong but I cannot figure 
it out.  Any help would be appreciated!


Job {
 Name = "MattOffice_RestoreFiles"
 Type = Restore
 Client=matt-windows-office-fd
 FileSet="Matt Windows Set"
 Storage = File
 Pool = matt-windows-pool
 Messages = Standard
 Where = C:/\tmp
}

# Matt Windows Machine Office
Client {
 Name = matt-windows-office-fd
 Address = 10.1.1.234
 FDPort = 9102
 Catalog = MyCatalog
 Password = ""  # password for FileDaemon
 File Retention = 30 days# 30 days
 Job Retention = 6 months# six months
 AutoPrune = yes # Prune expired Jobs/Files
}



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Network Backup Error.

2005-11-23 Thread Karl Hungus
I have a server that appears to only backup data from machines that is 
<1GB.  Every machine that is backing up <1GB gets the following error:


22-Nov 01:51 bacula-dir: No prior Full backup Job record found.
22-Nov 01:51 bacula-dir: No prior or suitable Full backup found. Doing 
FULL backup.
22-Nov 01:51 bacula-dir: Start Backup JobId 19, 
Job=ORTHO.2005-11-21_23.05.02
22-Nov 01:51 bacula-sd: Volume "ortho_nt4" previously written, moving to 
end of data.
22-Nov 03:51 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: Network 
error with FD during Backup: ERR=Connection reset by peer
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: No Job 
status returned from FD.
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Error: Bacula 1.38.1 
(14Nov05): 22-Nov-2005 03:52:20

JobId:  19
Job:ORTHO.2005-11-21_23.05.02
Backup Level:   Full (upgraded from Incremental)
Client: "ortho-fd" Windows NT 4.0,MVS,NT 4.0.1381
FileSet:"ortho set" 2005-11-21 21:38:38
Pool:   "ortho-pool"
Storage:"File"
Scheduled time: 21-Nov-2005 23:05:01
Start time: 22-Nov-2005 01:51:45
End time:   22-Nov-2005 03:52:20
Priority:   10
FD Files Written:   0
SD Files Written:   0
FD Bytes Written:   0
SD Bytes Written:   0
Rate:   0.0 KB/s
Software Compression:   None
Volume name(s):  Volume Session Id:  4
Volume Session Time:1132626803
Last Volume Bytes:  375
Non-fatal FD errors:0
SD Errors:  0
FD termination status:  Error
SD termination status:  Running
Termination:*** Backup Error ***

Is there some kind of timeout?  I have one connection that is on the 
local network and another that comes across a vpn tunnel.  Any 
suggestions would be appreciated!



JobDefs {
Name = "Daily"
Type = Backup
Client = bacula-fd
Schedule = "Daily"
Storage = File
Messages = Standard
Priority = 10
}

Job {
  Name = "ORTHO"
  Client = ortho-fd
  JobDefs = "Daily"
  FileSet = "ortho set"
  Level = Incremental
  Pool = ortho-pool
}

# Ortho Backup FileSet
FileSet {
Name = "ortho set"
Include {
  Options {
signature = MD5
  }
  File = "D:/Program Files/National Data/Concept"
}
Exclude {
  }
}

# Ortho NT4 Server
Client {
Name = ortho-fd
Address = 10.10.1.2
FDPort = 9102
Catalog = MyCatalog
Password = ""   # password for FileDaemon
File Retention = 30 days# 30 days
Job Retention = 6 months# six months
AutoPrune = yes # Prune expired Jobs/Files
}

Storage {
Name = File
# Do not use "localhost" here
Address = bacula.**.net# N.B. Use a fully 
qualified name here

SDPort = 9103
Password = "aoehFkL9x8rwMX+DTaF/cmfoH8Pl4o4v69RytDwK69W1"
Device = FileStorage
Media Type = File
}

Pool {
Name = ortho-pool
Pool Type = Backup
Recycle = yes   # Bacula can automatically recycle 
Volumes

AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Accept Any Volume = yes  # write on any volume in the pool
}

Thanks!






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows Restore.

2005-11-23 Thread Karl Hungus

Thanks for the suggestion.  Unfortunatly I get the same results :(

Where = C:/tmp

Error: 
c:\cygwin\home\kern\bacula\k\src\win32\findlib\../../findlib/create_file.c:340 
Could not open C:/tmp/C/\CMI_Photos/photos/: ERR=The system cannot find 
the path specified.


Any other ideas???

Thanks!


Wanderson Berbert wrote:



I think the problem is here:

Where = C:/\tmp

replace to

Where = C:/tmp

No backslash is acceptable even restoring to windows file system.

Wanderson


Karl Hungus wrote:



I created a restore job to restore files to my Windows desktop 
machine.  No matter how I format the Where variable I get the 
following error:


23-Nov 12:05 matt-windows-office-fd: 
MattOffice_RestoreFiles.2005-11-23_12.00.27 Error: 
c:\cygwin\home\kern\bacula\k\src\win32\findlib\../../findlib/create_file.c:340 
Could not open C:/tmp/C/\CMI_Photos/photos/: ERR=The system cannot 
find the path specified.


I am sure this is something simple I am doing wrong but I cannot 
figure it out.  Any help would be appreciated!


Job {
 Name = "MattOffice_RestoreFiles"
 Type = Restore
 Client=matt-windows-office-fd
 FileSet="Matt Windows Set"
 Storage = File
 Pool = matt-windows-pool
 Messages = Standard
 Where = C:/\tmp
}

# Matt Windows Machine Office
Client {
 Name = matt-windows-office-fd
 Address = 10.1.1.234
 FDPort = 9102
 Catalog = MyCatalog
 Password = ""  # password for FileDaemon
 File Retention = 30 days# 30 days
 Job Retention = 6 months# six months
 AutoPrune = yes # Prune expired Jobs/Files
}



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users







---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows Restore.

2005-11-23 Thread Karl Hungus

Here is my fileset.  Does this look incorrect?

FileSet {
 Name = "Matt Windows Set"
 Include {
   Options {
 signature = MD5
   }
   File = C:\CMI_Photos
 }
 Exclude {
   }
}


Arno Lehmann wrote:


Hello,

On 23.11.2005 18:13, Karl Hungus wrote:



I created a restore job to restore files to my Windows desktop 
machine.  No matter how I format the Where variable I get the 
following error:


23-Nov 12:05 matt-windows-office-fd: 
MattOffice_RestoreFiles.2005-11-23_12.00.27 Error: 
c:\cygwin\home\kern\bacula\k\src\win32\findlib\../../findlib/create_file.c:340 
Could not open C:/tmp/C/\CMI_Photos/photos/: ERR=The system cannot 
find the path specified.


I am sure this is something simple I am doing wrong but I cannot 
figure it out.  Any help would be appreciated!



I suspect you've got a backslash in your fileset.

Arno


Job {
 Name = "MattOffice_RestoreFiles"
 Type = Restore
 Client=matt-windows-office-fd
 FileSet="Matt Windows Set"
 Storage = File
 Pool = matt-windows-pool
 Messages = Standard
 Where = C:/\tmp
}

# Matt Windows Machine Office
Client {
 Name = matt-windows-office-fd
 Address = 10.1.1.234
 FDPort = 9102
 Catalog = MyCatalog
 Password = ""  # password for FileDaemon
 File Retention = 30 days# 30 days
 Job Retention = 6 months# six months
 AutoPrune = yes # Prune expired Jobs/Files
}



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows Restore.

2005-11-23 Thread Karl Hungus

I will give that a try.  Thanks!

Drew Tomlinson wrote:


On 11/23/2005 11:57 AM Karl Hungus wrote:


Here is my fileset.  Does this look incorrect?

FileSet {
 Name = "Matt Windows Set"
 Include {
   Options {
 signature = MD5
   }
   File = C:\CMI_Photos



It is incorrect as you have a backslash just as Arno suspected.  
Replace with "C:/CMI_Photos".  However that will only work for future 
backups.  I don't know if you can restore anything from your current 
backup.


Good Luck,

Drew




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Monitoring bacula

2005-11-26 Thread Karl Hungus

http://www.nagios.org

On Nov 25, 2005, at 11:36 AM, Khalil Foundy wrote:


Hi all,
I need your advice about the best way of monitoring bacula using a
script. I am interested in monitoring the deamons, to see if they are
running or not. I am also inetersted to know the status of the
director/storage/client and of course running, sheduled or finished
backups. The idea is to report all these informations to a centralized
monitoring tool such as zabbix (see http://www.zabbix.com), but it can
be nagios or any thing the same. Scripting lnguage will be python,  
much

simpler and cleaner than perl.

Any ideas ?

Thanks for your help.

Khalil FOUNDY






__
Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through  
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD  
SPLUNK!

http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] client networking question

2005-11-28 Thread Karl Hungus

Andrei,

You could edit the hosts file on your client computer and put in the ip 
what you would like "server" to resolve to.


/etc/hosts
C:\windows\system32\drivers\etc\hosts


Andrei Mikhailovsky wrote:


Hello all

Is there a way to specify on the client side which IP address to use for
the bacula server? The reason behind the question is as follows:

The server and client have a few network interfaces including a VPN
tunnel. I've specified from the server side to connect to the client via
an ip address that does not go via VPN. When I execute the job and
monitor the connections, I can see the server sends a request to the
client and uses external interface (not via vpn), which is exactly what
i want. However, when the client starts sending a backup data to
server:9103, it sends it via VPN link and not via external interface. Is
there a way to force the client's side to use a specific IP address for
the server?

Many thanks for any help

Andrei
 




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Over broadband backup. Error

2005-11-28 Thread Karl Hungus
I am still having problems backing up over a broadband connection.  My 
connection goes through a VPN tunnel.  It appears that once a backup 
gets >1GB I get the following errors.  Any ideas what could be causing 
this???


Below is the error and my relevant configuration.  Thanks for any help!

22-Nov 01:51 bacula-dir: No prior Full backup Job record found.
22-Nov 01:51 bacula-dir: No prior or suitable Full backup found. Doing 
FULL backup.
22-Nov 01:51 bacula-dir: Start Backup JobId 19, 
Job=ORTHO.2005-11-21_23.05.02
22-Nov 01:51 bacula-sd: Volume "ortho_nt4" previously written, moving to 
end of data.
22-Nov 03:51 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: Network 
error with FD during Backup: ERR=Connection reset by peer
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: No Job 
status returned from FD.
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Error: Bacula 1.38.1 
(14Nov05): 22-Nov-2005 03:52:20

JobId:  19
Job:ORTHO.2005-11-21_23.05.02
Backup Level:   Full (upgraded from Incremental)
Client: "ortho-fd" Windows NT 4.0,MVS,NT 4.0.1381
FileSet:"ortho set" 2005-11-21 21:38:38
Pool:   "ortho-pool"
Storage:"File"
Scheduled time: 21-Nov-2005 23:05:01
Start time: 22-Nov-2005 01:51:45
End time:   22-Nov-2005 03:52:20
Priority:   10
FD Files Written:   0
SD Files Written:   0
FD Bytes Written:   0
SD Bytes Written:   0
Rate:   0.0 KB/s
Software Compression:   None
Volume name(s):  Volume Session Id:  4
Volume Session Time:1132626803
Last Volume Bytes:  375
Non-fatal FD errors:0
SD Errors:  0
FD termination status:  Error
SD termination status:  Running
Termination:*** Backup Error ***

Is there some kind of timeout?  I have one connection that is on the 
local network and another that comes across a vpn tunnel.  Any 
suggestions would be appreciated!



JobDefs {
Name = "Daily"
Type = Backup
Client = bacula-fd
Schedule = "Daily"
Storage = File
Messages = Standard
Priority = 10
}

Job {
  Name = "ORTHO"
  Client = ortho-fd
  JobDefs = "Daily"
  FileSet = "ortho set"
  Level = Incremental
  Pool = ortho-pool
}

# Ortho Backup FileSet
FileSet {
Name = "ortho set"
Include {
  Options {
signature = MD5
  }
  File = "D:/Program Files/National Data/Concept"
}
Exclude {
  }
}

# Ortho NT4 Server
Client {
Name = ortho-fd
Address = 10.10.1.2
FDPort = 9102
Catalog = MyCatalog
Password = ""   # password for FileDaemon
File Retention = 30 days# 30 days
Job Retention = 6 months# six months
AutoPrune = yes # Prune expired Jobs/Files
}

Storage {
Name = File
# Do not use "localhost" here
Address = bacula.**.net# N.B. Use a fully 
qualified name here

SDPort = 9103
Password = "aoehFkL9x8rwMX+DTaF/cmfoH8Pl4o4v69RytDwK69W1"
Device = FileStorage
Media Type = File
}

Pool {
Name = ortho-pool
Pool Type = Backup
Recycle = yes   # Bacula can automatically recycle 
Volumes

AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Accept Any Volume = yes  # write on any volume in the pool
}

Thanks!






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Over broadband backup. Error

2005-11-28 Thread Karl Hungus

Jonas,

Although it says that nothing was written it actually writes almost the 
entire amount of data.  It is basically continuously doing full backups 
but not completing all the way.  I am able to get a status of the client 
without a problem.  Any other ideas???


Thanks!

Jonas Mixter wrote:


Hi!
It seems like the director cannot contact your filedaemon. There are 0 
files and 0 bytes backed up...


Could you do a "status client=yourclient-fd" from the director?

   / Jonas

On 2005-11-28 16:48, Karl Hungus wrote:

I am still having problems backing up over a broadband connection.  
My connection goes through a VPN tunnel.  It appears that once a 
backup gets >1GB I get the following errors.  Any ideas what could be 
causing this???


Below is the error and my relevant configuration.  Thanks for any help!

22-Nov 01:51 bacula-dir: No prior Full backup Job record found.
22-Nov 01:51 bacula-dir: No prior or suitable Full backup found. 
Doing FULL backup.
22-Nov 01:51 bacula-dir: Start Backup JobId 19, 
Job=ORTHO.2005-11-21_23.05.02
22-Nov 01:51 bacula-sd: Volume "ortho_nt4" previously written, moving 
to end of data.
22-Nov 03:51 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: 
Network error with FD during Backup: ERR=Connection reset by peer
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Fatal error: No 
Job status returned from FD.
22-Nov 03:52 bacula-dir: ORTHO.2005-11-21_23.05.02 Error: Bacula 
1.38.1 (14Nov05): 22-Nov-2005 03:52:20

JobId:  19
Job:ORTHO.2005-11-21_23.05.02
Backup Level:   Full (upgraded from Incremental)
Client: "ortho-fd" Windows NT 4.0,MVS,NT 4.0.1381
FileSet:"ortho set" 2005-11-21 21:38:38
Pool:   "ortho-pool"
Storage:"File"
Scheduled time: 21-Nov-2005 23:05:01
Start time: 22-Nov-2005 01:51:45
End time:   22-Nov-2005 03:52:20
Priority:   10
FD Files Written:   0
SD Files Written:   0
FD Bytes Written:   0
SD Bytes Written:   0
Rate:   0.0 KB/s
Software Compression:   None
Volume name(s):  Volume Session Id:  4
Volume Session Time:1132626803
Last Volume Bytes:  375
Non-fatal FD errors:0
SD Errors:  0
FD termination status:  Error
SD termination status:  Running
Termination:*** Backup Error ***

Is there some kind of timeout?  I have one connection that is on the 
local network and another that comes across a vpn tunnel.  Any 
suggestions would be appreciated!



JobDefs {
Name = "Daily"
Type = Backup
Client = bacula-fd
Schedule = "Daily"
Storage = File
Messages = Standard
Priority = 10
}

Job {
  Name = "ORTHO"
  Client = ortho-fd
  JobDefs = "Daily"
  FileSet = "ortho set"
  Level = Incremental
  Pool = ortho-pool
}

# Ortho Backup FileSet
FileSet {
Name = "ortho set"
Include {
  Options {
signature = MD5
  }
  File = "D:/Program Files/National Data/Concept"
}
Exclude {
  }
}

# Ortho NT4 Server
Client {
Name = ortho-fd
Address = 10.10.1.2
FDPort = 9102
Catalog = MyCatalog
Password = ""   # password for FileDaemon
File Retention = 30 days# 30 days
Job Retention = 6 months# six months
AutoPrune = yes # Prune expired Jobs/Files
}

Storage {
Name = File
# Do not use "localhost" here
Address = bacula.**.net# N.B. Use a fully 
qualified name here

SDPort = 9103
Password = "aoehFkL9x8rwMX+DTaF/cmfoH8Pl4o4v69RytDwK69W1"
Device = FileStorage
Media Type = File
}

Pool {
Name = ortho-pool
Pool Type = Backup
Recycle = yes   # Bacula can automatically 
recycle Volumes

AutoPrune = yes # Prune expired volumes
Volume Retention = 365 days # one year
Accept Any Volume = yes  # write on any volume in the pool
}

Thanks!






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through 
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] sd can't find appendable volume

2005-12-07 Thread Karl Hungus

I am having the exact same issue...

On Dec 7, 2005, at 6:22 PM, Rob Burris wrote:


Hi all,

I'm having some problem using Bacula 1.38.1 to auto-label Volumes  
on disk during a manual full backup. It was working at one point,  
but now...no dice. I'm also having a problem with the storage  
daemon not finding a appendable volume. This was also working...at  
one point. I guess that's what I get for not using revision  
control. Maybe someone could take a look at the output and configs  
below. I've been working on it all day and haven't gotten anywhere.  
I could use a second pair of eyes.


07-Dec 16:08 bacula-dir: No prior Full backup Job record found.
07-Dec 16:08 bacula-dir: No prior or suitable Full backup found.  
Doing FULL backup.
07-Dec 16:08 bacula-dir: Start Backup JobId 1, Job=Eos_Backup. 
2005-12-07_16.08.04
07-Dec 16:08 eos-sd: Job Eos_Backup.2005-12-07_16.08.04 waiting.  
Cannot find any appendable volumes.

Please use the "label"  command to create a new Volume for:
   Storage:  "FileStorage" (/backup)
   Media type:   Disk
   Pool: Full Pool


Connecting to Storage daemon File at eos:9103 ...
Sending label command for Volume "Full-001" Slot 0 ...
3000 OK label. Volume=Full-001 Device="FileStorage" (/backup)
Catalog record for Volume "Full-001", Slot 0  successfully created.
Requesting to mount FileStorage ...
3001 OK mount. Device="FileStorage" (/backup)
07-Dec 16:08 eos-sd: Someone woke me up, but I cannot find any  
appendable

volumes for Job=Eos_Backup.2005-12-07_16.08.04.
07-Dec 16:08 eos-sd: Job Eos_Backup.2005-12-07_16.08.04 waiting.  
Cannot find any appendable volumes.

Please use the "label"  command to create a new Volume for:
   Storage:  "FileStorage" (/backup)
   Media type:   Disk
   Pool: Full Pool


Device {
 Name = FileStorage
 Media Type = Disk
 Archive Device = /backup
 LabelMedia = yes
 Random Access = yes
 AutomaticMount = yes
 RemovableMedia = no
 AlwaysOpen = no
}

Storage {
 Name = File
 Address = eos
 Password =
 Device = FileStorage
 Media Type = Disk
}


Pool {
 Name = "Full Pool"
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Accept Any Volume = yes
 Volume Retention = 6 days
 Label Format =  "Full-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}-$ 
{Hour:p/2/0/r}:${Minute:p/2/0/r}"

}

JobDefs {
 Name = "Default Job"
 Type = Backup
 Pool = "Full Pool"
 Full Backup Pool = "Full Pool"
 Incremental Backup Pool = "Inc Pool"
 Storage = File
 Schedule = "Weekly Cycle"
 Messages = Standard
}


Job {
 Name = "Eos Backup"
 JobDefs = "Default Job"
 Client = eos-fd
 FileSet = "Eos Set"
 Write Bootstrap = "/var/bacula/eos.bsr"
}


Cheers,
Rob



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through  
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD  
SPLUNK!

http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] sd can't find appendable volume

2005-12-08 Thread Karl Hungus
When I look in MySQL in the Media table I see that VolStatus is set to 
Error...  How do I get this out of the error status?  I am using file 
based storage and no matter how many times I make a new volume it 
consistently goes into error status.


Karl Hungus wrote:


I am having the exact same issue...

On Dec 7, 2005, at 6:22 PM, Rob Burris wrote:


Hi all,

I'm having some problem using Bacula 1.38.1 to auto-label Volumes  on 
disk during a manual full backup. It was working at one point,  but 
now...no dice. I'm also having a problem with the storage  daemon not 
finding a appendable volume. This was also working...at  one point. I 
guess that's what I get for not using revision  control. Maybe 
someone could take a look at the output and configs  below. I've been 
working on it all day and haven't gotten anywhere.  I could use a 
second pair of eyes.


07-Dec 16:08 bacula-dir: No prior Full backup Job record found.
07-Dec 16:08 bacula-dir: No prior or suitable Full backup found.  
Doing FULL backup.
07-Dec 16:08 bacula-dir: Start Backup JobId 1, Job=Eos_Backup. 
2005-12-07_16.08.04
07-Dec 16:08 eos-sd: Job Eos_Backup.2005-12-07_16.08.04 waiting.  
Cannot find any appendable volumes.

Please use the "label"  command to create a new Volume for:
   Storage:  "FileStorage" (/backup)
   Media type:   Disk
   Pool: Full Pool


Connecting to Storage daemon File at eos:9103 ...
Sending label command for Volume "Full-001" Slot 0 ...
3000 OK label. Volume=Full-001 Device="FileStorage" (/backup)
Catalog record for Volume "Full-001", Slot 0  successfully created.
Requesting to mount FileStorage ...
3001 OK mount. Device="FileStorage" (/backup)
07-Dec 16:08 eos-sd: Someone woke me up, but I cannot find any  
appendable

volumes for Job=Eos_Backup.2005-12-07_16.08.04.
07-Dec 16:08 eos-sd: Job Eos_Backup.2005-12-07_16.08.04 waiting.  
Cannot find any appendable volumes.

Please use the "label"  command to create a new Volume for:
   Storage:  "FileStorage" (/backup)
   Media type:   Disk
   Pool: Full Pool


Device {
 Name = FileStorage
 Media Type = Disk
 Archive Device = /backup
 LabelMedia = yes
 Random Access = yes
 AutomaticMount = yes
 RemovableMedia = no
 AlwaysOpen = no
}

Storage {
 Name = File
 Address = eos
 Password =
 Device = FileStorage
 Media Type = Disk
}


Pool {
 Name = "Full Pool"
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Accept Any Volume = yes
 Volume Retention = 6 days
 Label Format =  "Full-${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}-$ 
{Hour:p/2/0/r}:${Minute:p/2/0/r}"

}

JobDefs {
 Name = "Default Job"
 Type = Backup
 Pool = "Full Pool"
 Full Backup Pool = "Full Pool"
 Incremental Backup Pool = "Inc Pool"
 Storage = File
 Schedule = "Weekly Cycle"
 Messages = Standard
}


Job {
 Name = "Eos Backup"
 JobDefs = "Default Job"
 Client = eos-fd
 FileSet = "Eos Set"
 Write Bootstrap = "/var/bacula/eos.bsr"
}


Cheers,
Rob



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through  
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD  SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users