Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/ef858722b30ae182b40f to your computer and use it in GitHub Desktop.
Save dlangille/ef858722b30ae182b40f to your computer and use it in GitHub Desktop.
labeling new volumes is a problem
# cat bacula-sd.conf
Storage { # definition of myself
Name = crey-sd
WorkingDirectory = "/usr/local/bacula/working"
Pid Directory = "/var/run"
Maximum Concurrent Jobs = 20
TLS Enable = yes
TLS Verify Peer = yes
TLS CA Certificate File = /usr/local/etc/ssl/ca.pem
TLS Certificate = /usr/local/etc/ssl/crey.int.unixathome.org.crt
TLS Key = /usr/local/etc/ssl/crey.int.unixathome.org.nopassword.key
}
#
# List Directors who are permitted to contact Storage daemon
#
Director {
Name = bacula-dir
Password = "NotMyPassword"
}
#
# Note, for a list of additional Device templates please
# see the directory <bacula-source>/examples/devices
# Or follow the following link:
# http://bacula.svn.sourceforge.net/viewvc/bacula/trunk/bacula/examples/devices/
#
#
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
# same Name and MediaType.
#
Device {
Name = vRestore
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 0
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Device {
# Name = CreyFile
Name = vDrive-1
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 1
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Device {
Name = vDrive-2
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 2
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Device {
Name = vDrive-3
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 3
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Device {
Name = vDrive-4
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 4
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Device {
Name = vDrive-5
Media Type = File
Archive Device = /usr/local/bacula/volumes
LabelMedia = yes
Random Access = yes
AutomaticMount = yes
RemovableMedia = yes
AlwaysOpen = yes
Autochanger = yes
Drive Index = 5
Maximum Concurrent Jobs = 1
Volume Poll Interval = 15
}
Autochanger {
Name = VirtualDisk
Changer Device = /dev/null
Changer Command = /dev/null
Device = vDrive-1, vDrive-2, vDrive-3, vDrive-4, vDrive-5
}
Messages {
Name = Standard
director = bacula-dir = all
}
Autochanger {
Name = "Compaq Storage Works MSL5026"
Device = "DTL03"
Description = "Compaq Storage Works MSL5026"
Changer Device = /dev/pass11
Changer Command = "/usr/local/sbin/mtx-changer %c %o %S %a %d"
}
Device {
Name = "DTL03"
Description = "Compaq Storage Works MSL5026 - first drive"
Media Type = SDLT
Archive Device = /dev/nsa0
Autochanger = yes
Drive Index = 0
Offline On Unmount = no
Hardware End of Medium = no
BSF at EOM = yes
Backward Space Record = no
Fast Forward Space File = yes
TWO EOF = yes
AutomaticMount = yes
AlwaysOpen = yes
RemovableMedia = yes
RandomAccess = no
Spool Directory = /usr/local/bacula/spooling
Maximum Spool Size = 11759496889
Maximum Job Spool Size = 11759496889 # 10GB
}
[root@crey:/usr/local/etc/bacula] #
24-Aug 00:58 bacula-dir JobId 215532: Rescheduled Job dent.2015-08-23_23.52.04_58 at 24-Aug-2015 00:58 to re-run in 1200 seconds (24-Aug-2015 01:18).
24-Aug 00:58 bacula-dir JobId 215534: Job dent.2015-08-24_00.58.35_01 waiting 1200 seconds for scheduled start time.
24-Aug 01:18 bacula-dir JobId 215534: Start Backup JobId 215534, Job=dent.2015-08-24_00.58.35_01
24-Aug 01:18 bacula-dir JobId 215534: Using Device "vDrive-1" to write.
24-Aug 01:18 crey-sd JobId 215534: Volume "DiffAuto-4860" previously written, moving to end of data.
24-Aug 01:18 crey-sd JobId 215534: Warning: For Volume "DiffAuto-4860":
The sizes do not match! Volume=422,747,331 Catalog=195
Correcting Catalog
24-Aug 01:43 crey-sd JobId 215534: End of medium on Volume "DiffAuto-4860" Bytes=5,368,688,777 Blocks=76,667 at 24-Aug-2015 01:43.
24-Aug 01:43 crey-sd JobId 215534: Job dent.2015-08-24_00.58.35_01 is waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
Storage: "vDrive-1" (/usr/local/bacula/volumes)
Pool: DiffFile
Media type: File
*list pools
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
+--------+--------------------+---------+---------+----------+---------------------+
| poolid | name | numvols | maxvols | pooltype | labelformat |
+--------+--------------------+---------+---------+----------+---------------------+
| 1 | Default | 1 | 0 | Backup | * |
| 3 | Fulls | 266 | 0 | Backup | * |
| 19 | Incrementals | 124 | 0 | Backup | * |
| 20 | Differentials | 32 | 0 | Backup | * |
| 22 | FullFile | 1,910 | 1,910 | Backup | FullAuto- |
| 23 | DiffFile | 110 | 110 | Backup | DiffAuto- |
| 24 | IncrFile | 276 | 280 | Backup | IncrAuto- |
| 25 | Scratch | 26 | 0 | Backup | * |
| 26 | IncrFileNoNextPool | 87 | 0 | Backup | IncrAutoNoNextPool- |
| 27 | FullFileNoNextPool | 248 | 0 | Backup | FullAutoNoNextPool- |
| 29 | TwoHourlyBackups | 20 | 20 | Backup | TwoHourly- |
| 30 | DailyBackups | 25 | 35 | Backup | Daily- |
| 31 | WeeklyBackups | 5 | 10 | Backup | Weekly- |
| 32 | MonthlyBackups | 11 | 13 | Backup | Monthly- |
| 33 | KeepThreeMonths | 2 | 0 | Backup | * |
+--------+--------------------+---------+---------+----------+---------------------+
*reload
*list pools
+--------+--------------------+---------+---------+----------+---------------------+
| poolid | name | numvols | maxvols | pooltype | labelformat |
+--------+--------------------+---------+---------+----------+---------------------+
| 1 | Default | 1 | 0 | Backup | * |
| 3 | Fulls | 266 | 0 | Backup | * |
| 19 | Incrementals | 124 | 0 | Backup | * |
| 20 | Differentials | 32 | 0 | Backup | * |
| 22 | FullFile | 1,910 | 1,910 | Backup | FullAuto- |
| 23 | DiffFile | 110 | 120 | Backup | DiffAuto- |
| 24 | IncrFile | 276 | 280 | Backup | IncrAuto- |
| 25 | Scratch | 26 | 0 | Backup | * |
| 26 | IncrFileNoNextPool | 87 | 0 | Backup | IncrAutoNoNextPool- |
| 27 | FullFileNoNextPool | 248 | 0 | Backup | FullAutoNoNextPool- |
| 29 | TwoHourlyBackups | 20 | 20 | Backup | TwoHourly- |
| 30 | DailyBackups | 25 | 35 | Backup | Daily- |
| 31 | WeeklyBackups | 5 | 10 | Backup | Weekly- |
| 32 | MonthlyBackups | 11 | 13 | Backup | Monthly- |
| 33 | KeepThreeMonths | 2 | 0 | Backup | * |
+--------+--------------------+---------+---------+----------+---------------------+
*mount
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 1
Connecting to Storage daemon CreyFile at crey.int.unixathome.org:9103 ...
Enter autochanger drive[0]:
Enter autochanger slot:
3999 Device "VirtualDisk" not found or could not be opened.
*m
You have no messages.
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,570 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for an appendable Volume
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*label
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 1
Enter autochanger drive[0]: 2
Enter new Volume name: .
You have messages.
*m
24-Aug 01:45 bacula-dir JobId 215534: Created new Volume="DiffAuto-4861", Pool="DiffFile", MediaType="File" in catalog.
24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
*m
24-Aug 01:45 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
*m
You have no messages.
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,596 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for a mount request
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*m
You have no messages.
*m
You have no messages.
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,596 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for a mount request
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*mount
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 2
Connecting to Storage daemon CompaqStorageWorksTapeLibrary at crey.int.unixathome.org:9103 ...
Enter autochanger slot:
3901 Unable to open device ""DTL03" (/dev/nsa0)": ERR=tape_dev.c:161 Unable to open device "DTL03" (/dev/nsa0): ERR=Device not configured
*mount
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 1
Enter autochanger drive[0]: 2
Enter autochanger slot:
3002 Device ""vDrive-2" (/usr/local/bacula/volumes)" is mounted.
*m
You have no messages.
*m
You have no messages.
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,596 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for a mount request
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*m
24-Aug 01:46 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
*m
24-Aug 01:47 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:48 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:49 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:50 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
24-Aug 01:52 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,596 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for a mount request
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*st dir
bacula-dir Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 21-Aug-15 18:54. Jobs: run=314, running=1 mode=0,0
Heap: heap=0 smbytes=2,349,596 max_bytes=3,880,324 bufs=4,712 max_bufs=13,475
Scheduled Jobs:
Level Type Pri Scheduled Job Name Volume
===================================================================================
Incremental Backup 10 24-Aug-15 02:00 mailjail snapshot TwoHourly-4405
Full Backup 10 24-Aug-15 04:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 06:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 08:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 10:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 11:34 bast pfsense config.xml FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 knew basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt freshports dev FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 gelt basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FP msgs FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul jail snapshots FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 zuul basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy websites FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 tallboy basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 slocum home FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 svn everything FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews jails FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 supernews basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 mydev home dir FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 minion basic FullAuto-4817
Incremental Backup 10 24-Aug-15 11:34 fileserver basic FullAuto-4817
Incremental Backup 100 24-Aug-15 11:34 BackupCatalog FullAuto-4817
Admin 110 24-Aug-15 11:34 InitiateCopyToTape-Inc
Incremental Backup 10 24-Aug-15 12:01 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 14:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 16:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 18:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 20:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 22:00 mailjail snapshot TwoHourly-4405
Incremental Backup 10 24-Aug-15 23:30 dent FullAuto-4817
Incremental Backup 10 25-Aug-15 00:00 mailjail snapshot TwoHourly-4405
====
Running Jobs:
Console connected at 24-Aug-15 01:43
JobId Type Level Files Bytes Name Status
======================================================================
215534 Back Diff 6,824 4.803 G dent is waiting for a mount request
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
====================================================================
215498 Diff 90,532 1.852 G OK 23-Aug-15 14:19 tallboy_jail_snapshots
215527 Incr 225 60.82 M OK 23-Aug-15 16:01 mailjail_snapshot
215500 Diff 299,357 8.918 G OK 23-Aug-15 16:12 zuul_jail_snapshots
215528 Incr 171 103.8 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.33 G OK 23-Aug-15 19:28 slocum_jail_snapshots
215529 Incr 227 83.53 M OK 23-Aug-15 20:01 mailjail_snapshot
215530 Incr 504 78.13 M OK 23-Aug-15 22:02 mailjail_snapshot
215531 Diff 6,907 5.001 G Other 23-Aug-15 23:52 dent
215533 Incr 1,149 76.37 M OK 24-Aug-15 00:02 mailjail_snapshot
215532 Diff 6,908 10.08 G Other 24-Aug-15 00:58 dent
====
*st st
Automatically selected Storage: CreyFile
Connecting to Storage daemon CreyFile at crey.int.unixathome.org:9103
crey-sd Version: 7.0.5 (28 July 2014) amd64-portbld-freebsd10.2 freebsd 10.2-RELEASE
Daemon started 23-Aug-15 23:19. Jobs: run=3, running=0.
Heap: heap=0 smbytes=604,114 max_bytes=767,164 bufs=201 max_bufs=210
Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 mode=0,0
Running Jobs:
Writing: Differential Backup job dent JobId=215534 Volume="DiffAuto-4861"
pool="DiffFile" device="vDrive-1" (/usr/local/bacula/volumes)
spooling=0 despooling=0 despool_wait=0
Files=6,907 Bytes=4,942,083,586 AveBytes/sec=2,442,947 LastBytes/sec=2,442,947
FDReadSeqNo=129,875 in_msg=111291 out_msg=6 fd=5
====
Jobs waiting to reserve a drive:
====
Terminated Jobs:
JobId Level Files Bytes Status Finished Name
===================================================================
215498 Diff 90,532 1.874 G OK 23-Aug-15 13:03 tallboy_jail_snapshots
215526 Incr 137 71.95 M OK 23-Aug-15 14:01 mailjail_snapshot
215527 Incr 225 60.89 M OK 23-Aug-15 16:01 mailjail_snapshot
215528 Incr 171 103.9 M OK 23-Aug-15 18:01 mailjail_snapshot
215494 Diff 559,599 75.43 G OK 23-Aug-15 19:23 slocum_jail_snapshots
215529 Incr 227 83.60 M OK 23-Aug-15 20:00 mailjail_snapshot
215530 Incr 504 78.26 M OK 23-Aug-15 22:01 mailjail_snapshot
215531 Diff 6,907 5.002 G Cancel 23-Aug-15 23:52 dent
215533 Incr 1,149 76.76 M OK 24-Aug-15 00:01 mailjail_snapshot
215532 Diff 6,908 10.08 G Cancel 24-Aug-15 00:58 dent
====
Device status:
Autochanger "VirtualDisk" with devices:
"vDrive-1" (/usr/local/bacula/volumes)
"vDrive-2" (/usr/local/bacula/volumes)
"vDrive-3" (/usr/local/bacula/volumes)
"vDrive-4" (/usr/local/bacula/volumes)
"vDrive-5" (/usr/local/bacula/volumes)
Autochanger "Compaq Storage Works MSL5026" with devices:
"DTL03" (/dev/nsa0)
Device "vRestore" (/usr/local/bacula/volumes) is not open.
Drive 0 is not loaded.
==
Device "vDrive-1" (/usr/local/bacula/volumes) is not open.
Device is BLOCKED waiting for mount of volume "DiffAuto-4861",
Pool: DiffFile
Media type: File
Drive 1 is not loaded.
==
Device "vDrive-2" (/usr/local/bacula/volumes) is not open.
Drive 2 is not loaded.
==
Device "vDrive-3" (/usr/local/bacula/volumes) is not open.
Drive 3 is not loaded.
==
Device "vDrive-4" (/usr/local/bacula/volumes) is not open.
Drive 4 is not loaded.
==
Device "vDrive-5" (/usr/local/bacula/volumes) is not open.
Drive 5 is not loaded.
==
Device "DTL03" (/dev/nsa0) is not open.
Drive 0 is not loaded.
==
====
Used Volume status:
Reserved volume: DiffAuto-4861 on file device "vDrive-1" (/usr/local/bacula/volumes)
Reader=0 writers=1 reserves=0 volinuse=0
====
Attr spooling: 1 active jobs, 0 bytes; 3 total jobs, 596,064 max bytes.
====
*label
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 1
Enter autochanger drive[0]: 3
Enter new Volume name: DiffAuto-4861
Enter slot (0 or Enter for none):
Defined Pools:
1: Incrementals
2: KeepThreeMonths
3: DiffFile
4: FullFile
5: IncrFile
6: IncrFileNoNextPool
7: FullFileNoNextPool
8: Scratch
9: TwoHourlyBackups
10: DailyBackups
11: WeeklyBackups
12: MonthlyBackups
13: Fulls
14: Differentials
15: Default
Select the Pool (1-15): 3
Connecting to Storage daemon CreyFile at crey.int.unixathome.org:9103 ...
Sending label command for Volume "DiffAuto-4861" Slot 0 ...
vol_mgr.c:510 Need volume for write from other drive, but swap not possible. Status: reader=0 writers=1 reserves=0 swap=0 vol=DiffAuto-4861 from dev="vDrive-1" (/usr/local/bacula/volumes) to "vDrive-3" (/usr/local/bacula/volumes)
3912 Failed to label Volume: ERR=block.c:440 The Volume=DiffAuto-4861 on device="vDrive-3" (/usr/local/bacula/volumes) appears to be unlabeled.
Label command failed for Volume DiffAuto-4861.
Do not forget to mount the drive!!!
You have messages.
*m
24-Aug 01:53 crey-sd JobId 215534: Warning: mount.c:212 Open of file device "vDrive-1" (/usr/local/bacula/volumes) Volume "DiffAuto-4861" failed: ERR=file_dev.c:172 Could not open(/usr/local/bacula/volumes/DiffAuto-4861,OPEN_READ_WRITE,0640): ERR=No such file or directory
*mount
The defined Storage resources are:
1: CreyFile
2: CompaqStorageWorksTapeLibrary
Select Storage resource (1-2): 1
Enter autochanger drive[0]:
Enter autochanger slot:
3999 Device "VirtualDisk" not found or could not be opened.
You have messages.
*m
24-Aug 01:54 crey-sd JobId 215534: Wrote label to prelabeled Volume "DiffAuto-4861" on file device "vDrive-1" (/usr/local/bacula/volumes)
24-Aug 01:54 crey-sd JobId 215534: New volume "DiffAuto-4861" mounted on device "vDrive-1" (/usr/local/bacula/volumes) at 24-Aug-2015 01:54.
*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment