summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/rpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/rpath.py')
-rw-r--r--rdiff-backup/src/rpath.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rdiff-backup/src/rpath.py b/rdiff-backup/src/rpath.py
index 110b89f..748cab4 100644
--- a/rdiff-backup/src/rpath.py
+++ b/rdiff-backup/src/rpath.py
@@ -714,7 +714,8 @@ class RPath(RORPath):
timestring, ext = dotsplit[-2:]
if Time.stringtotime(timestring) is None: return None
if not (ext == "snapshot" or ext == "dir" or
- ext == "missing" or ext == "diff"): return None
+ ext == "missing" or ext == "diff" or ext == "data"):
+ return None
self.inc_timestr = timestring
self.inc_compressed = compressed
self.inc_type = ext