summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Hardlink.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 00:26:52 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-03-26 00:26:52 +0000
commit7f9dcb6819489f076ac41fc6babcadab4df58330 (patch)
tree92981036fadedecd9f3c6e0c21b7ce512ab68206 /rdiff-backup/rdiff_backup/Hardlink.py
parent327bb973694f3f4df68568a61c4f71469dce9058 (diff)
downloadrdiff-backup-7f9dcb6819489f076ac41fc6babcadab4df58330.tar.gz
Don't copy attributes to hard links, and make --no-hard-links
override. Thanks to David Vasilevsky. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@559 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Hardlink.py')
-rw-r--r--rdiff-backup/rdiff_backup/Hardlink.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Hardlink.py b/rdiff-backup/rdiff_backup/Hardlink.py
index 8b03d26..4bfd2ee 100644
--- a/rdiff-backup/rdiff_backup/Hardlink.py
+++ b/rdiff-backup/rdiff_backup/Hardlink.py
@@ -118,7 +118,6 @@ def link_rp(diff_rorp, dest_rpath, dest_root = None):
# This can happen if the source of dest_link_rpath was deleted
# after it's linking info was recorded but before
# dest_link_rpath was written.
- print "$$$$$$$", exc, exc[0], errno.errorcode[exc[0]]
if errno.errorcode[exc[0]] == 'ENOENT':
dest_rpath.touch() # This will cause an UpdateError later
else: raise Exception("EnvironmentError '%s' linking %s to %s" %