git-client> git request-pull master https://github.com/LorenzoTa/Win32-Backup-Robocopy warn: No match for commit 9b2300bc640ab759adeac6ffb206d82c23d0d5d6 found at https://github.com/LorenzoTa/ Win32-Backup-Robocopy warn: Are you sure you pushed 'HEAD' there? The following changes since commit d7473d06cfb9b2043877a430563b90aa3ec7a0b2: used module bkpscenario in test 09 (2018-12-30 16:00:57 +0100) are available in the Git repository at: https://github.com/LorenzoTa/Win32-Backup-Robocopy for you to fetch changes up to 9b2300bc640ab759adeac6ffb206d82c23d0d5d6: pod for restore (2019-01-04 21:54:59 +0100) ---------------------------------------------------------------- LorenzoTa (15): some clean some clean restore mode 1 more restore more restore 2 history restore changed return val from restore typos and _validate_upto added test validate_upto added 11-restorehistory.t last line fixed restore upto used check_last_line in test 10 fixed verbose restore upto pod for restore lib/Win32/Backup/Robocopy.pm | 273 +++++++++++++++++++++++++++++++++---------- t/02-run.t | 4 +- t/03-job.t | 4 +- t/04-runjobs.t | 4 +- t/05-writeconf.t | 4 +- t/06-loadconf.t | 4 +- t/07-listjobs.t | 4 +- t/09-runjobs-ranges.t | 4 +- t/10-restore.t | 120 +++++++++++++++++++ t/11-restorehistory.t | 137 ++++++++++++++++++++++ t/bkpscenario.pm | 35 ++++-- 11 files changed, 512 insertions(+), 81 deletions(-) create mode 100644 t/10-restore.t create mode 100644 t/11-restorehistory.t