bareos: master d1114b44

Author Committer Branch Timestamp Parent
pstorz franku master 2020-05-04 14:47 master ed49f362 Pending
Changeset run command: use specified since time

The option "since" already existed in the run command, but was not
used anywhere.

Now it is possible to run a job in the following way:

run job=backup-bareos-fd since="2020-04-01 11:11:11"

This will run the given job and use the given since time.
No further calculations like checking for previous backups or considering
the backup level.

The jcr member stime was renamed to starttime_string to make it clear
that a string contaning a timestamp in text form is stored here, in
opposite to a string containing a unix timestamp.
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/ua_run.cc Diff File
mod - core/src/include/jcr.h Diff File
mod - core/src/lib/util.cc Diff File