Commit 4b52fff4 authored by Romain Courteaud's avatar Romain Courteaud

Generate compressed backup files.

parent 7bbcc714
......@@ -599,7 +599,7 @@ class Recipe(BaseSlapRecipe):
__name__ + '.execute', 'execute')], self.ws, sys.executable,
self.bin_directory, arguments=[
self.options['tidstorage_repozo_binary'], '--config', tidstorage_config,
'--repozo', self.options['repozo_binary']])[0]
'--repozo', self.options['repozo_binary', '-z']])[0]
self.path_list.append(tidstorage_repozo)
# and backup configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment