summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-10-12 05:24:25 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-10-12 05:24:25 +0000
commit5ccca65dec1ef00d3551493958af5ee27e7df212 (patch)
treef4c311256bc8dd7722852b526f98908943eebd8b /rdiff-backup/rdiff_backup/rpath.py
parent34471974703bc788103b28f12abc37ad1e249623 (diff)
downloadrdiff-backup-5ccca65dec1ef00d3551493958af5ee27e7df212.tar.gz
New hard link system should use less memory
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@468 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/rpath.py')
-rw-r--r--rdiff-backup/rdiff_backup/rpath.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/rpath.py b/rdiff-backup/rdiff_backup/rpath.py
index 1786dd8..b2f6f20 100644
--- a/rdiff-backup/rdiff_backup/rpath.py
+++ b/rdiff-backup/rdiff_backup/rpath.py
@@ -761,6 +761,7 @@ class RPath(RORPath):
def hardlink(self, linkpath):
"""Make self into a hardlink joined to linkpath"""
+ log.Log("Hard linking %s to %s" % (self.path, linkpath), 6)
self.conn.os.link(linkpath, self.path)
self.setdata()