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/rpath.py


From: dean gaudet
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/rpath.py
Date: Tue, 28 Jun 2005 00:47:45 -0400

Index: rdiff-backup/rdiff_backup/rpath.py
diff -u rdiff-backup/rdiff_backup/rpath.py:1.77 
rdiff-backup/rdiff_backup/rpath.py:1.78
--- rdiff-backup/rdiff_backup/rpath.py:1.77     Sun Jun 19 20:38:39 2005
+++ rdiff-backup/rdiff_backup/rpath.py  Tue Jun 28 04:47:42 2005
@@ -294,7 +294,7 @@
                                pass # Don't compare gid/uid for symlinks
                        elif key == 'atime' and not Globals.preserve_atime: pass
                        elif key == 'ctime': pass
-                       elif key == 'devloc' or key == 'nlink': pass
+                       elif key == 'nlink': pass
                        elif key == 'size' and not self.isreg(): pass
                        elif key == 'ea' and not Globals.eas_active: pass
                        elif key == 'acl' and not Globals.acls_active: pass
@@ -306,7 +306,7 @@
                                other_name = other.data.get(key, None)
                                if (other_name and other_name != "None" and
                                        other_name != self.data[key]): return 
None
-                       elif (key == 'inode' and
+                       elif ((key == 'inode' or key == 'devloc') and
                                  (not self.isreg() or self.getnumlinks() == 1 
or
                                   not Globals.compare_inode or
                                   not Globals.preserve_hardlinks)):




reply via email to

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