bareos: master 02482213

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2023-07-25 13:01 master bd2c4b4e Pending
Changeset ua_restore: fix not parsing everything before executing

This change will make the order of arguments passed to the restore
command mostly irrelevant. This means that

restore file=... jobid=...

and

restore select before=...

will work as one would naivly expect; without this change both
jobid=... and before=... would be silently ignored!
mod - core/src/dird/ua_restore.cc Diff File