erp5: restore ZODB using the --with-verify option of "repozo --recover"

"repozo --verify" is not working as this code expects it to: it simply
prints errors in stdout, and doesn't return an error code in case of
error. Thus, running it had absolutely no effect, except wasting IO
and CPU time.

This commit introduces the use of "repozo --recover --with-verify",
which runs the verify and the recover in a same step, and has the
advantage to raise (it doesn't exit with 0) in case of error. Also, as
it does the verification and the recovery at the same time, it uses
half the IO for the read. On a production server using SSDs, with a
ZODB of 1Tb, runner-import-restore now takes 14h instead of 26h, iow a
performance increase of 46%.
8 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
passed Cloudooo.UnitTest-Master

00:09:31

failed ERP5.StandaloneDeploymentScriptTest-Debian.Buster

15:01:46

passed ERP5.StandaloneDeploymentScriptTest-Debian.Buster.Master

08:35:46

passed SlapOS.Eggs.UnitTest-Master.Python2

00:14:01

passed SlapOS.Eggs.UnitTest-Master.Python3

00:15:05

passed SlapOS.Eggs.UnitTest-Master.Python3Next

00:15:15

passed SlapOS.Theia.ResilienceTest-Master-ERP5

06:48:17

passed Wendelin.StandaloneDeploymentScriptTest-Debian.Buster

00:30:24