Hello,

you defined 2 different jobs for the same client using the same schedule. So I guess, the second one gets started after the first one because of any Max Concurrent XXX setting. If not so, the 2 different jobs may have run at the same time. Maybe that is not what you wanted to do.

Bye,

Andreas

Am 19.02.19 um 13:51 schrieb "Stefan Günther":
Hi,
I have defined the two following jobs and a schedule:
Job {
  JobDefs = "DefaultJob"
  Name = "Job-I-UCS"
  Client = ucs2-fd
  FileSet = "FS-UCS"
  Schedule = "UCS"
  Level = Incremental
  Storage = USB3
  Pool = Incremental
}
Job {
  Type = Backup
  Messages = Standard
  Priority = 11
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Name = "Job-F-UCS"
  Client = ucs2-fd
  FileSet = "FS-UCS"
  Schedule = "UCS"
  Level = Full
  Storage = USB2
  Pool = Full
}
Schedule {
  Name = "UCS"
  Run = Full sat at 20:15
  Run = Incremental mon-fri at 20:00
}
The incremental jobs runs as expected and starts daily at 20:00.
18-Feb 20:00 ibm2-dir JobId 21: Start Backup JobId 21, 
Job=Job-I-UCS.2019-02-18_20.00.00_05
18-Feb 20:00 ibm2-dir JobId 21: Using Device "USB3" to write.
18-Feb 21:19 ucs4-fd JobId 21: Warning: DIR and FD clocks differ by 4772 
seconds, FD automatically compensating.
18-Feb 20:00 ibm2-sd JobId 21: Volume "Incremental-0004" previously written, 
moving to end of data.
18-Feb 20:00 ibm2-sd JobId 21: Ready to append to end of Volume 
"Incremental-0004" size=29423023
18-Feb 20:00 ibm2-sd JobId 21: Elapsed time=00:00:06, Transfer rate=899.9 K 
Bytes/second
   JobId:                  21
   Job:                    Job-I-UCS.2019-02-18_20.00.00_05
   Backup Level:           Incremental, since=2019-02-16 20:15:01
   Client:                 "ucs2-fd" 16.2.4 (01Jul16) 
x86_64-pc-linux-gnu,debian,Debian GNU/Linux 9.3 (stretch)
   FileSet:                "FS-UCS" 2019-02-09 20:15:01
   Pool:                   "Incremental" (From Job IncPool override)
   Storage:                "USB3" (From Job resource)
   Scheduled time:         18-Feb-2019 20:00:00
   Start time:             18-Feb-2019 20:00:01
   End time:               18-Feb-2019 20:00:18
   Elapsed time:           17 secs
   Priority:               10
   FD Files Written:       66
   SD Files Written:       66
   FD Bytes Written:       5,391,789 (5.391 MB)
   SD Bytes Written:       5,399,442 (5.399 MB)
   Volume name(s):         Incremental-0004
   Volume Session Id:      3
   Volume Session Time:    1550300342
   Last Volume Bytes:      34,828,543 (34.82 MB)
   FD termination status:  OK
   SD termination status:  OK
   Termination:            Backup OK
But after it has finished a second backup starts:
18-Feb 20:00 ibm2-dir JobId 22: Start Backup JobId 22, 
Job=Job-F-UCS.2019-02-18_20.00.00_06
18-Feb 20:00 ibm2-dir JobId 22: Using Device "USB2" to write.
18-Feb 21:19 ucs4-fd JobId 22: Warning: DIR and FD clocks differ by 4772 
seconds, FD automatically compensating.
18-Feb 20:00 ibm2-sd JobId 22: Volume "Incremental-0003" previously written, 
moving to end of data.
18-Feb 20:00 ibm2-sd JobId 22: Ready to append to end of Volume 
"Incremental-0003" size=34915333
18-Feb 20:00 ibm2-sd JobId 22: Elapsed time=00:00:04, Transfer rate=1.344 M 
Bytes/second
   JobId:                  22
   Job:                    Job-F-UCS.2019-02-18_20.00.00_06
   Backup Level:           Incremental, since=2019-02-16 20:53:33
   Client:                 "ucs2-fd" 16.2.4 (01Jul16) 
x86_64-pc-linux-gnu,debian,Debian GNU/Linux 9.3 (stretch)
   FileSet:                "FS-UCS" 2019-02-09 20:15:01
   Pool:                   "Incremental" (From Job IncPool override)
   Storage:                "USB2" (From Job resource)
   Scheduled time:         18-Feb-2019 20:00:00
   Start time:             18-Feb-2019 20:00:19
   End time:               18-Feb-2019 20:00:33
   Elapsed time:           14 secs
   Priority:               10
   FD Files Written:       61
   SD Files Written:       61
   FD Bytes Written:       5,369,538 (5.369 MB)
   SD Bytes Written:       5,376,620 (5.376 MB)
   Rate:                   383.5 KB/s
   Software Compression:   None
   VSS:                    no
   Encryption:             no
   Accurate:               no
   Volume name(s):         Incremental-0003
   Volume Session Id:      4
   Volume Session Time:    1550300342
   Last Volume Bytes:      40,297,899 (40.29 MB)
   FD termination status:  OK
   SD termination status:  OK
   Termination:            Backup OK
Why does the system run two jobs? The second one being a second incremantal, but using the storage for a full backup?
Thanks for any hints & suggestions,
Stefan
--
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 [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to