summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-25 16:51:24 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-25 16:51:24 +0100
commitfee21be49009a572269599b7a313451087e09844 (patch)
tree4ddf9e84bcc1d6655e8a16bfd33e80a6d66c8965
parent7d4279343b9aeee28bd56041c28a8be5bbb66c91 (diff)
downloadseivot-fee21be49009a572269599b7a313451087e09844.tar.gz
Add --verify option (does not yet work).
-rwxr-xr-xseivot2
1 files changed, 2 insertions, 0 deletions
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)