Dears,

Im running bareos on rocky8,

running daily incremental job with daily consolidations, today 
consolidation got ERROR in the last step, any advice?


70
2022-07-19 14:24:07
bareos-dir JobId 2275: Error: lib/bsock_tcp.cc:414 Wrote -4 bytes to 
Storage daemon:bareos:9103, but only 0 accepted.

69
2022-07-19 14:24:07
bareos-sd JobId 2275: Releasing device "Inc-Device-D-0" 
(/storage/incrementalD).

68
2022-07-19 14:24:07
bareos-sd JobId 2275: Releasing device "Con-Device-D-0" 
(/storage/consolidationD).

67
2022-07-19 14:24:07
bareos-sd JobId 2275: Elapsed time=00:54:42, Transfer rate=301.5 M 
Bytes/second

66
2022-07-19 14:24:07
bareos-sd JobId 2275: Fatal error: stored/mac.cc:665 Fatal append error on 
device "Con-Device-D-0" (/storage/consolidationD): ERR=

65
2022-07-19 14:24:07
bareos-sd JobId 2275: Error: stored/block.cc:293 Volume data error at 
0:225! Wanted ID: "BB02", got "02". Buffer discarded.

64
2022-07-19 14:24:07
bareos-sd JobId 2275: Forward spacing Volume "Inc-D_2064-2022-6-13-1914-" 
to file:block 0:225.


job:
Job {
  Name = "WG-inc-D-A_B"
  Description = "Backup wg from A..B"
  Client = "bareos-fd"
  FileSet = "WG-A_B-D"
  JobDefs = "IncJobD"
  Enabled = yes
}
JobDefs {
  Name = "IncJobD"
  Type = Backup
  Enabled = no
  Incremental Backup Pool = Inc-Pool-D
  
  # Always incremental settings
  AlwaysIncremental = yes
  AlwaysIncrementalJobRetention = 14 days
  Always Incremental Keep Number = 14
  
  
  Schedule = "D-inc"
# rescadule on failure
Reschedule Times = 7
Reschedule On Error = yes
Reschedule Interval = 600 sec


  Accurate = yes
  Pool = Inc-Pool-D
  Full Backup Pool = Con-Pool-D
  #Messages = Standard
  Always Incremental Max Full Age = 7 days
  Messages = Mail
  Priority = 10
  Run Script {
    Console = ".bvfs_update"
    RunsWhen = After
    RunsOnClient = No
  }



 Allow Duplicate Jobs  = yes
 #Cancel Lower Level Duplicates = yes
 #Cancel Running Duplicates = yes
 #Cancel Queued Duplicates = yes

# queue second job
  Max Concurrent Copies = 1

#set maximum waiting in queue for 8 hours 
  Max Start Delay = 28000 sec
}

Storage {
  Name = Con-Storage-D
  Address = bareos                # N.B. Use a fully qualified name here 
(do not use "localhost" here).
  Password = "[md5]8d4b73be80b50142909bc577da3b7d8f"
  Device = Con-Device-D-0
  Device = Con-Device-D-1
  Device = Con-Device-D-2
  Device = Con-Device-D-3
  Device = Con-Device-D-4
  Device = Con-Device-D-5
  Maximum Concurrent Jobs = 12
  Media Type = Con-Media-D
  Collect Statistics = yes
}

Pool {
  Name = Con-Pool-D
  Pool Type = Backup
  Recycle = yes                       # Bareos can automatically recycle 
Volumes
  Auto Prune = yes                     # Prune expired volumes
  Volume Retention = 50 days          # How long should the Incremental 
Backups be kept?  (#12)
  Catalog = MyCatalog
  Catalog Files = yes
  Maximum Volume Bytes = 256G           # Limit Volume size to something 
reasonable
  Label Format = "Con-D-$JobId-$Year-$Month-$Day-$Hour$Minute$Second"       
# Volumes will be labeled "Incremental-<volume-id>"
  Job Retention = 1 years            # stay in catalog
  File Retention = 1 years           # stay in catalog for browsing
  
  Maximum Volumes = 0               # Limit number of Volumes in Pool, 0 
unlimited
  Maximum Volume Jobs = 1
  Storage = Con-Storage-D
  Next Pool = LongTerm
}


-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/55ef0ffe-fc9c-4cd5-84ae-0ffcaea137ben%40googlegroups.com.

Reply via email to