summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 07:11:42 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 07:11:42 +0100
commit56fe966b309e1070e820b74d23756cdcb087920b (patch)
tree0c6c379e787cdde606f646825a47276c49d24e57 /seivot
parent77beef4611c4365f69163ab8b575ad3d7d740cff (diff)
downloadseivot-56fe966b309e1070e820b74d23756cdcb087920b.tar.gz
Notify user of copying, since it'll take a while.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot3
1 files changed, 1 insertions, 2 deletions
diff --git a/seivot b/seivot
index d986fbf..5f086d1 100755
--- a/seivot
+++ b/seivot
@@ -381,8 +381,7 @@ class Seivot(cliapp.Application):
self.report = Report(prog)
if self.settings['use-existing']:
- if os.path.exists(self.live_data):
- shutil.rmtree(self.live_data)
+ print 'Copying existing data to %s' % self.live_data)
self.runcmd(['cp', '-a', self.settings['use-existing'],
self.live_data])
amount = self.file_sizes(self.live_data)