Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Pool {
  2. Name = HourlyPool
  3. Pool Type = Backup
  4. Volume Retention = 14 days
  5. Volume Use Duration = 23h
  6. Recycle = yes
  7. AutoPrune = yes
  8. LabelFormat = "HourVol-"
  9. }
  10.  
  11. Job {
  12. Name = HourlyBackup
  13. Type = Backup
  14. Level = Incremental
  15. Client = LinuxWebServer-fd
  16. FileSet = Hourly
  17. Schedule = HourByHour
  18. Storage = HourlyFile
  19. Pool = HourlyPool
  20. Messages = Standard
  21. }
  22.  
  23. 27-Mar 17:00 LinuxWebServer-dir JobId 706: Start Backup JobId 706, Job=HourlyBackup.2017-03-27_17.00.00_24
  24. 27-Mar 17:00 LinuxWebServer-dir JobId 706: Created new Volume="HourVol-0006", Pool="HourlyPool", MediaType="HourFile" in catalog.
  25. 27-Mar 17:00 LinuxWebServer-dir JobId 706: Using Device "VarBaculaHourly" to write.
  26. 27-Mar 17:00 LinuxWebServer-sd JobId 706: Labeled new Volume "HourVol-0006" on file device "VarBaculaHourly" (/var/baculahourly).
  27. 27-Mar 17:00 LinuxWebServer-sd JobId 706: Wrote label to prelabeled Volume "HourVol-0006" on file device "VarBaculaHourly" (/var/baculahourly)
  28. 27-Mar 17:00 LinuxWebServer-dir JobId 706: Max configured use duration=82,800 sec. exceeded. Marking Volume "HourVol-0006" as Used.
  29.  
  30. Job name Level Type Run at Volume
  31. HourlyBackup Incremental Backup 27-Mar-17 18:00 *unknown*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement