[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] rdiff-backup and macosx
From: |
Jakub Krzyżewski |
Subject: |
[rdiff-backup-users] rdiff-backup and macosx |
Date: |
Fri, 11 Jan 2008 13:53:23 +0100 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
Hi,
I have problem with rdiff-backup on macosx.
Script consumes all avaiable memory (2GB) and then fails with "out of
memory" error.
I tested rdiff-backup 1.1.9, 1.1.10, 1.1.14, 1.1.15 and python 2.3 2.4
and 2.5.
I do some debugging and it looks like problem is related to resource forks.
Commenting out this two lines:
if Globals.resource_forks_conn and rpath.isreg():
rpath.get_resource_fork()
in rpath.py causes that process never allocates more than 50MB memory.
Of course this is not perfect soulution, because all resouce forks in
backup are lost.
Any suggestions and/or possible solutions?
- [rdiff-backup-users] rdiff-backup and macosx,
Jakub Krzyżewski <=