makefile: write sample conf to /usr/share/shbackup/
[sitarba.git] / shbackup
index f8f8c26f324fe5cb4d830d553a086e8f0668f141..c74cd2b5fa8f66e8d8936f93974dca14f00d26f0 100755 (executable)
--- a/shbackup
+++ b/shbackup
@@ -172,7 +172,7 @@ class Config:
 
     def __init__(self):
         self.backupdir = None
-        self.format = self.formats[0]
+        self.format = self.formats[1]
         self.tarbin = "/bin/tar"
         self.excludes = []
         self.sets = []