[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] 1.1.1: carbonfile errors
From: |
Blair Zajac |
Subject: |
Re: [rdiff-backup-users] 1.1.1: carbonfile errors |
Date: |
Sat, 05 Nov 2005 23:13:05 -0800 |
User-agent: |
Thunderbird 1.4.1 (Macintosh/20051006) |
Ben Escoto wrote:
Blair Zajac <address@hidden>
wrote the following on Sat, 05 Nov 2005 22:20:33 -0800
Trying to backup an 10.3 OS X box to a Ubuntu Linux box (both
running rdiff-backup 1.1.1) I get the attached error. If I supply
the --no-carbonfile command line option, then I don't get the error.
Try
http://savannah.nongnu.org/cgi-bin/viewcvs/rdiff-backup/rdiff-backup/rdiff_backup/rpath.py.diff?r2=1.95&r1=1.94&diff_format=u
Yes, that worked.
If I've done previous backups, it'll work to use an existing rdiff-backup now
that carbon file support is added?
? Also are you getting any corrupt mirror_metadata errors like Kevin
Horton?
I haven't seen any, but I haven't done Mac to Mac backups like Kevin.
BTW, this message was taken out in 1.1.1:
+++ rdiff-backup-1.1.0/rdiff_backup/fs_abilities.py 2005-10-24 19:40:06.0000
00000 -0700
@@ -436,6 +433,9 @@
def set_carbonfile(self):
self.update_triple(self.src_fsa.carbonfile, self.dest_fsa.carbon
file,
('carbonfile_active', 'carbonfile_write', 'carbonfile_
conn'))
+ if self.src_fsa.carbonfile and not Globals.carbonfile_active:
+ Log("Source may have carbonfile support, but support
defaults to "
+ "off.\n Use --carbonfile to enable.", 5)
I think it's a good idea to still warn if --no-carbonfile is used, although
putting this specific code back in doesn't seem to cause a warning if
--no-carbonfile is given.
Regards,
Blair