rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/statistics.p


From: dean gaudet
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/statistics.py
Date: Fri, 22 Apr 2005 12:12:57 -0400

Index: rdiff-backup/rdiff_backup/statistics.py
diff -u rdiff-backup/rdiff_backup/statistics.py:1.21 
rdiff-backup/rdiff_backup/statistics.py:1.22
--- rdiff-backup/rdiff_backup/statistics.py:1.21        Sat Mar 15 19:30:08 2003
+++ rdiff-backup/rdiff_backup/statistics.py     Fri Apr 22 16:12:57 2005
@@ -20,7 +20,7 @@
 """Generate and process aggregated backup information"""
 
 import re, os, time
-import Globals, Time, increment, log, static
+import Globals, Time, increment, log, static, metadata
 
 class StatsException(Exception): pass
 
@@ -381,6 +381,7 @@
                """Update file stats with given information"""
                if source_rorp: filename = source_rorp.get_indexpath()
                else: filename = dest_rorp.get_indexpath()
+               filename = metadata.quote_path(filename)
 
                size_list = map(cls.get_size, [source_rorp, dest_rorp, inc])
                line = " ".join([filename, str(changed)] + size_list)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]