We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0176305 commit 70761f2Copy full SHA for 70761f2
mineos.py
@@ -301,6 +301,7 @@ def kill(self):
301
@server_up(False)
302
def archive(self):
303
"""Creates a timestamped, gzipped tarball of the server contents."""
304
+ self._make_directory(self.env['awd'])
305
if self.up:
306
self._command_stuff('save-off')
307
self._command_stuff('save-all')
@@ -312,6 +313,7 @@ def archive(self):
312
313
@server_exists(True)
314
def backup(self):
315
"""Creates an rdiff-backup of a server."""
316
+ self._make_directory(self.env['bwd'])
317
318
319
0 commit comments