Hi,

I’m using copy jobs to accomplish the business requirement of “Every few weeks, 
take our latest FULL backups , copy them to a USB disk and put the usb disk in 
a safe somewhere”. It think I have it setup right or I did except a few gotchas 
I’m having trouble working out:

1: it seems that when I run a copy job, a regular non copy job shows up as well 
in the “list jobs” output.

| 1,541 | Copy sbs-server    | 2014-02-03 15:15:35 | c    | F     |        0 |  
            0 | R         |
| 1,542 | sbs-server         | 2014-02-03 15:15:35 | B    | F     |        0 |  
            0 | R         |


2: it seems to hang wanting to find/label a volume on my USB disk.. 

04-Feb 15:06 bacula-sd JobId 1541: Warning: mount.c:217 Open device 
"ExternalStorage" (/mnt/bacula) Volume "volume00_0061" failed: ERR=dev.c:568 
Could not open: /mnt/bacula/volume00_0061, ERR=No such file or directory

I’m not sure why. I’d think this would auto label or something?

Here are the entries in my bacula-sd file..

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /bacula01
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = ExternalStorage
  Media Type = File
  Archive Device = /mnt/bacula
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = no;
}

If more of my confg files would be useful, I’ve put them here: 
http://bignose.ca/bacula

Thanks!


Jeff.


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to