From fd039e0390d26dce18e6b26c4fd422c3a3a05a36 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 29 May 2012 19:20:52 +0200 Subject: [PATCH] call tar with -v if sitarbar got --verbosity debug --- sitarba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitarba b/sitarba index 3ff4bff..d941c70 100755 --- a/sitarba +++ b/sitarba @@ -403,7 +403,7 @@ class BackupManager: taropts = [] # Tar is verbose is sitarba is verbose - if LogConf.con.level <= logging.INFO: + if LogConf.con.level <= logging.DEBUG: taropts += ["--verbose"] # Add the since date, if given -- 2.30.2