summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 19:01:39 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 19:01:39 +0100
commit8160e6f8760cae446f11f2651f983b6e89e88e01 (patch)
tree2ee07901f1ac008d27f72c4b9e89d8ccf500c60d
parentb4eb411bf0812a2df4874a035288da919e20b591 (diff)
downloadseivot-8160e6f8760cae446f11f2651f983b6e89e88e01.tar.gz
Run obnam with --no-default-configs.
-rwxr-xr-xseivot1
1 files changed, 1 insertions, 0 deletions
diff --git a/seivot b/seivot
index 7705c49..c4cf673 100755
--- a/seivot
+++ b/seivot
@@ -153,6 +153,7 @@ class Obnam(BackupProgram):
fd, logfile = tempfile.mkstemp()
os.close(fd)
cmd = [self._cmd,
+ '--no-default-configs',
'--log', logfile,
'--repository', self.repo,
'--weak-random']