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 mailing list at [email protected]
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki