]> arthur.barton.de Git - bup.git/blobdiff - cmd/restore-cmd.py
Don't include atime when determining hardlink compatibility.
[bup.git] / cmd / restore-cmd.py
index 9c5d941a4bcf4099479ecd9f36c7de969e2cd4e1..c18945bfc38ae4a4c30a2ebb35a241dbdb632a81 100755 (executable)
@@ -79,7 +79,6 @@ def hardlink_compatible(target_path, target_vfs_path, target_meta,
         return False
     target_node = top.lresolve(target_vfs_path)
     if src_node.mode != target_node.mode \
-            or src_node.atime != target_node.atime \
             or src_node.mtime != target_node.mtime \
             or src_node.ctime != target_node.ctime \
             or src_node.hash != target_node.hash: