]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/metadata.py
Don't include atime when determining hardlink compatibility.
[bup.git] / lib / bup / metadata.py
index 1f629c6174f77d45d9c465419ff2f7e15edffc1b..5be127944c3735725b4254210c7327b306a782c3 100644 (file)
@@ -224,7 +224,6 @@ class Metadata:
         return self.uid == other.uid \
             and self.gid == other.gid \
             and self.rdev == other.rdev \
-            and self.atime == other.atime \
             and self.mtime == other.mtime \
             and self.ctime == other.ctime \
             and self.user == other.user \