[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Trying to back up an OS X 10.6 client
From: |
Ben Ford |
Subject: |
[rdiff-backup-users] Trying to back up an OS X 10.6 client |
Date: |
Fri, 4 Mar 2011 11:53:45 -0800 |
The command line used:
rdiff-backup -v5 --force --include-symbolic-links
--exclude-special-files \
--exclude **/cdrom \
--exclude **/dev \
--exclude **/proc \
--exclude **/sys \
--exclude **/tmp \
--exclude **/Network \
--exclude **/cores \
--exclude **/net \
--exclude **/.Spotlight-V100 \
--exclude **/.fseventsd \
--exclude **/.Trashes \
${additional} \
${client}::/ ${path}/${client} >> ${output} 2>&1
It sort of looks like the file was overwritten and two different runs are
overlapping, but I wipe the file before the execution of rdiff-backup, so if
this is so then it's done by rdiff-backup itself. Anyone have suggestions for
getting this working?
The output file:
Backing up kabul with additional options: --exclude **/home
Warning: Local version 1.2.5 does not match remote version 1.2.8.
Unable to import module posix1e from pylibacl package.
POSIX ACLs not supported on filesystem at /
Unable to import win32security module. Windows ACLs
not supported by filesystem at /
escape_dos_devices not required by filesystem at /
Using rdiff-backup version 1.2.5
Executing ssh -C kabul rdiff-backup --server
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
Access control lists Off
Extended attributes On
Windows access control lists Off
Case sensitivity Off
Escape DOS devices Off
Escape trailing spaces Off
Mac OS X style resource forks On
Mac OS X Finder information Off
-----------------------------------------------------------------
Extended attributes not supported by filesystem at
/var/smb/mounts/backup/archives/kabul/rdiff-backup-data/rdiff-backup.tmp.0
POSIX ACLs not supported by filesystem at
/var/smb/mounts/backup/archives/kabul/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import win32security module. Windows ACLs
not supported by filesystem at
/var/smb/mounts/backup/archives/kabul/rdiff-backup-data/rdiff-backup.tmp.0
escape_dos_devices not required by filesystem at
/var/smb/mounts/backup/archives/kabul/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
Ownership changing On
Hard linking On
fsync() directories On
Directory inc permissions On
High-bit permissions On
Symlink permissions Off
Extended filenames On
Windows reserved filenames Off
Access control lists Off
Extended attributes Off
Windows access control lists Off
Case sensitivity On
Escape DOS devices Off
Escape trailing spaces Off
Mac OS X style resource forks Off
Mac OS X Finder information Off
-----------------------------------------------------------------
Backup: must_escape_dos_devices = 0
Starting mirror / to /var/smb/mounts/backup/archives/kabul
Processing changed file .
Processing changed file .DS_Store
Processing changed file .hotfiles.btree
Processing changed file .vol
Processing changed file Applications
Processing changed file Applications/.DS_Store
Processing changed file Applications/.localized
Processing changed file Applications/Address Book.app
[… snipped 100MB ..]
Processing changed file bin/rmdir
Processing changed file bin/sh
Processing changed file bin/sleep
Processing changed file bin/stty
Processing changed file bin/sync
Processing changed file bin/tcsh
PException 'long int too large to convert to int' raised of class '<type
'exceptions.OverflowError'>':
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 304, in
error_check_Main
try: Main(arglist)
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 324, in
Main
take_action(rps)
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 280, in
take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 346, in
Backup
backup.Mirror(rpin, rpout)
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 38, in
Mirror
DestS.patch(dest_rpath, source_diffiter)
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 232, in
patch
ITR(diff.index, diff)
File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py", line 277,
in __call__
if self.finish_branches(index) is None:
File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py", line 229,
in finish_branches
to_be_finished.end_process()
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 664, in
end_process
rpath.copy_attribs(self.dir_update, self.base_rp)
File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 180, in
copy_attribs
rpout.chown(*rpout.conn.user_group.map_rpath(rpin))
File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 977, in
chown
else: os.chown(self.path, uid, gid)
rocessing changed file bin/test
Processing changed file bin/unlink
Processing changed file bin/wait4path
Processing changed file bin/zsh
Processing changed file etc
Processing changed file export
Processing changed file export/xgrid
Processing changed file mach_kernel
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 30, in <module>
rdiff_backup.Main.error_check_Main(sys.argv[1:])
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 304, in
error_check_Main
try: Main(arglist)
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 324, in
Main
take_action(rps)
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 280, in
take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 346, in
Backup
backup.Mirror(rpin, rpout)
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 38, in
Mirror
DestS.patch(dest_rpath, source_diffiter)
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 232, in
patch
ITR(diff.index, diff)
File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py", line 277,
in __call__
if self.finish_branches(index) is None:
File "/var/lib/python-support/python2.5/rdiff_backup/rorpiter.py", line 229,
in finish_branches
to_be_finished.end_process()
File "/var/lib/python-support/python2.5/rdiff_backup/backup.py", line 664, in
end_process
rpath.copy_attribs(self.dir_update, self.base_rp)
File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 180, in
copy_attribs
rpout.chown(*rpout.conn.user_group.map_rpath(rpin))
File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 977, in
chown
else: os.chown(self.path, uid, gid)
OverflowError: long int too large to convert to int
- [rdiff-backup-users] Trying to back up an OS X 10.6 client,
Ben Ford <=