From fee21be49009a572269599b7a313451087e09844 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Aug 2011 16:51:24 +0100 Subject: Add --verify option (does not yet work). --- seivot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seivot b/seivot index 75c151d..ce0ec8f 100755 --- a/seivot +++ b/seivot @@ -370,6 +370,8 @@ class Seivot(cliapp.Application): 'access backup repository over the ' 'network via sftp') + self.settings.boolean(['verify'], 'verifyt restored data') + def process_args(self, args): progname = self.settings['program'] logging.info('Benchmarking: %s' % progname) -- cgit v1.2.1