More space for backup age in listing v2.1
authorStefan Huber <shuber@sthu.org>
Fri, 25 Sep 2015 04:58:24 +0000 (06:58 +0200)
committerStefan Huber <shuber@sthu.org>
Fri, 25 Sep 2015 04:58:24 +0000 (06:58 +0200)
sitarba

diff --git a/sitarba b/sitarba
index c8f18e5dc58a198c3cc9844c303c7e1a5c870727..ecf6f5f0b83adffe607c64a875d850b6ded5bc6d 100755 (executable)
--- a/sitarba
+++ b/sitarba
@@ -143,7 +143,7 @@ class Backup:
             agestr = "(%s h)" % int(total_hours)
         else:
             agestr = "(%s d)" % age.days
-        return "%16s  %7s  %10s  %4s" % (
+        return "%16s  %9s  %10s  %4s" % (
                 self.date.strftime("%Y-%m-%d %H:%M"), agestr,
                 self.epoch, self.mode)