>>>>> Kevin Horton <[EMAIL PROTECTED]> >>>>> wrote the following on Fri, 14 Oct 2005 23:16:18 -0400 > > It seems that with OS X 10.4 you need to use two switches: > > --no-carbonfile --override-chars-to-quote '' > > The second switch ends with two single quote characters. It might > only be necessary if you are backing up to and from the native HFS+ > file system.
What if you add this patch:
--- rpath.py 2005-09-07 12:04:37.000000000 -0500
+++ rpath.py.new 2005-10-15 21:48:04.000000000 -0500
@@ -1150,6 +1150,7 @@
def write_carbonfile(self, cfile):
"""Write new carbon data to self."""
+ if not cfile: return
log.Log("Writing carbon data to %s" % (self.index,), 7)
from Carbon.File import FSSpec
import MacOS
Do you still need to add --no-carbonfile, or does that fix that
problem?
--
Ben Escoto
pgpmEn4xOZnB2.pgp
Description: PGP signature
_______________________________________________ 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
