[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']
From: |
Ryan Tarpine |
Subject: |
[rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']) |
Date: |
Sun, 02 Oct 2005 11:19:36 -0400 |
User-agent: |
Thunderbird 1.4 (Macintosh/20050908) |
Hello,
I just learned about and installed rdiff-backup yesterday. I tried to
run the command:
sudo rdiff-backup -v4 --exclude /dev --exclude /tmp --exclude /Volumes
--exclude /.Spotlight-V100 --exclude /automount --exclude /private/tmp
--exclude /Network --exclude /private/var/run / /Volumes/Mirror
and this is the output I received after it ran for a while (it copied
nearly 9 GB before halting):
Unable to import module xattr.
Extended attributes not supported on filesystem at /
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at /
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
Access control lists Off
Extended attributes Off
Mac OS X style resource forks On
Mac OS X Finder information On
-----------------------------------------------------------------
Unable to import module xattr.
Extended attributes not supported on filesystem at
/Volumes/Mirror/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at
/Volumes/Mirror/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
Characters needing quoting '^a-z0-9_ -.'
Ownership changing On
Hard linking On
fsync() directories On
Directory inc permissions On
Access control lists Off
Extended attributes Off
Mac OS X style resource forks On
Mac OS X Finder information On
-----------------------------------------------------------------
Starting mirror / to /Volumes/Mirror
UpdateError System/Library/Modem Scripts/Apple Internal 56K Modem (v.32)
Updated mirror temp file /Volumes/Mirror/;083ystem/;076ibrary/;077odem
;083cripts/rdiff-backup.tmp.322136 does not match source
UpdateError System/Library/Modem Scripts/Apple Internal 56K Modem (v.34)
Updated mirror temp file /Volumes/Mirror/;083ystem/;076ibrary/;077odem
;083cripts/rdiff-backup.tmp.322137 does not match source
UpdateError System/Library/Modem Scripts/Apple Internal 56K Modem (v.90)
Updated mirror temp file /Volumes/Mirror/;083ystem/;076ibrary/;077odem
;083cripts/rdiff-backup.tmp.322138 does not match source
UpdateError System/Library/Modem Scripts/Apple Internal 56K Modem (v.92)
Updated mirror temp file /Volumes/Mirror/;083ystem/;076ibrary/;077odem
;083cripts/rdiff-backup.tmp.322139 does not match source
Traceback (most recent call last):
File "/sw/bin/rdiff-backup", line 23, in ?
rdiff_backup.Main.Main(sys.argv[1:])
File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line
282, in Main
take_action(rps)
File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line
252, in take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line
305, in Backup
backup.Mirror(rpin, rpout)
File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line
38, in Mirror
DestS.patch(dest_rpath, source_diffiter)
File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line
218, in patch
ITR(diff.index, diff)
File "/sw/lib/python2.4/site-packages/rdiff_backup/rorpiter.py", line
279, in __call__
last_branch.fast_process(*args)
File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line
476, in fast_process
if self.patch_to_temp(rp, diff_rorp, tf):
File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line
503, in patch_to_temp
rpath.copy_attribs(diff_rorp, new)
File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line
160, in copy_attribs
rpout.write_carbonfile(rpin.get_carbonfile())
File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line
1146, in write_carbonfile
finderinfo.Creator = cfile['creator']
TypeError: unsubscriptable object
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Volumes/Mirror/rdiff-backup-data/file_statistics.2005-10-02;08401;05821;05819-04;05800.data.gz',
mode 'wb' at 0x10aa0b0 0x10a9e40>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Volumes/Mirror/rdiff-backup-data/error_log.2005-10-02;08401;05821;05819-04;05800.data.gz',
mode 'wb' at 0x1088f98 0x10a9d00>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Volumes/Mirror/rdiff-backup-data/mirror_metadata.2005-10-02;08401;05821;05819-04;05800.snapshot.gz',
mode 'wb' at 0x10aa0f8 0x10a9e68>> ignored
-Ryan
- [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']),
Ryan Tarpine <=
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Ben Escoto, 2005/10/14
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Kevin Horton, 2005/10/14
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Ben Escoto, 2005/10/15
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Kevin Horton, 2005/10/16
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Kevin Horton, 2005/10/16
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Ben Escoto, 2005/10/16
- Re: [rdiff-backup-users] TypeError: unsubscriptable object (cfile['creator']), Kevin Horton, 2005/10/16