summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/backup.py
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-03 21:35:59 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-01-03 21:35:59 +0000
commit7eba4b4cdd8530530b8708947cf7a2799f7cb55d (patch)
treeea6a763257ca75d1f91af06620ec75153df4d671 /rdiff-backup/rdiff_backup/backup.py
parente389196e3426dde8957d38b4da8135489f80ae6a (diff)
downloadrdiff-backup-7eba4b4cdd8530530b8708947cf7a2799f7cb55d.tar.gz
Take start and end times from same system so that the elapsed time printed in
the statistics is not affected by time zone. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@994 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/backup.py')
-rw-r--r--rdiff-backup/rdiff_backup/backup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/rdiff-backup/rdiff_backup/backup.py b/rdiff-backup/rdiff_backup/backup.py
index 6284a6b..d18c3c0 100644
--- a/rdiff-backup/rdiff_backup/backup.py
+++ b/rdiff-backup/rdiff_backup/backup.py
@@ -490,10 +490,6 @@ class CacheCollatedPostProcess:
self.metawriter.close()
metadata.ManagerObj.ConvertMetaToDiff()
- if Globals.print_statistics: statistics.print_active_stats()
- if Globals.file_statistics: statistics.FileStats.close()
- statistics.write_active_statfileobj()
-
class PatchITRB(rorpiter.ITRBranch):
"""Patch an rpath with the given diff iters (use with IterTreeReducer)