rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] Rdiff backup exception error


From: tkeene
Subject: [rdiff-backup-users] Rdiff backup exception error
Date: Tue, 17 Feb 2009 15:28:09 -0500

Sorry, the error report above is incorrect. Here is what rdiff-backup tells me


address@hidden:~$ Bin/rdiffToChesed.sh 
----------------------------------------
 * Running Backup Script
----------------------------------------
Using rdiff-backup version 1.2.6
Executing ssh -C address@hidden rdiff-backup --server
Found interrupted initial backup. Removing...
POSIX ACLs test skipped. rdiff-backup run with --no-acls option.
Windows ACLs test skipped. rdiff-backup run with --no-acls option.
Exception '[Errno 13] Permission denied: '/.snapshots'' raised of 
class '<type 'exceptions.OSError'>'&#58;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/robust.py", line 
32, in check_common_error
&nbsp; &nbsp; try&#58; return function&#40;*args&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/rpath.py", line 
998, in listdir
&nbsp; &nbsp; return self.conn.os.listdir&#40;self.path&#41;

escape_dos_devices not required by filesystem at /
ListError .snapshots &#91;Errno 13&#93; Permission denied&#58; '/.snapshots'
-----------------------------------------------------------------
Detected abilities for source &#40;read only&#41; file system&#58;
&nbsp; Access control lists&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Off
&nbsp; Extended attributes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On
&nbsp; Windows access control lists&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp;Off
&nbsp; Case sensitivity&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;On
&nbsp; Escape DOS devices&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Off
&nbsp; Escape trailing spaces&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Off
&nbsp; Mac OS X style resource forks&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; Off
&nbsp; Mac OS X Finder information&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; Off
-----------------------------------------------------------------
Unable to import module xattr.
Extended attributes not supported on filesystem at 
/cygdrive/x/tommy/Backup/tommyTop/rdiff-backup-data/rdiff-backup.tmp.4
POSIX ACLs test skipped. rdiff-backup run with --no-acls option.
Windows ACLs test skipped. rdiff-backup run with --no-acls option.
Exception '' raised of class '<type 'exceptions.AssertionError'>'&#58;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 304, 
in error_check_Main
&nbsp; &nbsp; try&#58; Main&#40;arglist&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 324, 
in Main
&nbsp; &nbsp; take_action&#40;rps&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 280, 
in take_action
&nbsp; &nbsp; elif action == "backup"&#58; Backup&#40;rps&#91;0&#93;, 
rps&#91;1&#93;&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 334, 
in Backup
&nbsp; &nbsp; rpout.conn.fs_abilities.backup_set_globals&#40;rpin, force&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/connection.py", 
line 450, in __call__
&nbsp; &nbsp; return apply&#40;self.connection.reval, &#40;self.name,&#41; + 
args&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/connection.py", 
line 370, in reval
&nbsp; &nbsp; if isinstance&#40;result, Exception&#41;&#58; raise result

Sending back exception&nbsp; of type <type 'exceptions.AssertionError'>&#58; 
&nbsp; File "/usr/lib/python2.5/site-packages/rdiff_backup/connection.py", line 
335, in answer_request
&nbsp; &nbsp; result = apply&#40;eval&#40;request.function_string&#41;, 
argument_list&#41;
&nbsp; File "/usr/lib/python2.5/site-packages/rdiff_backup/fs_abilities.py", 
line 920, in backup_set_globals
&nbsp; &nbsp; dest_fsa = 
FSAbilities&#40;'destination'&#41;.init_readwrite&#40;Globals.rbdir&#41;
&nbsp; File "/usr/lib/python2.5/site-packages/rdiff_backup/fs_abilities.py", 
line 167, in init_readwrite
&nbsp; &nbsp; self.set_symlink_perms&#40;subdir&#41;
&nbsp; File "/usr/lib/python2.5/site-packages/rdiff_backup/fs_abilities.py", 
line 545, in set_symlink_perms
&nbsp; &nbsp; sym_dest.symlink&#40;"symlinked_file1"&#41;
&nbsp; File "/usr/lib/python2.5/site-packages/rdiff_backup/rpath.py", line 
1004, in symlink
&nbsp; &nbsp; assert self.issym&#40;&#41;

Traceback &#40;most recent call last&#41;&#58;
&nbsp; File "/usr/bin/rdiff-backup", line 30, in <module>
&nbsp; &nbsp; 
rdiff_backup.Main.error_check_Main&#40;sys.argv&#91;1&#58;&#93;&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 304, 
in error_check_Main
&nbsp; &nbsp; try&#58; Main&#40;arglist&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 324, 
in Main
&nbsp; &nbsp; take_action&#40;rps&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 280, 
in take_action
&nbsp; &nbsp; elif action == "backup"&#58; Backup&#40;rps&#91;0&#93;, 
rps&#91;1&#93;&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/Main.py", line 334, 
in Backup
&nbsp; &nbsp; rpout.conn.fs_abilities.backup_set_globals&#40;rpin, force&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/connection.py", 
line 450, in __call__
&nbsp; &nbsp; return apply&#40;self.connection.reval, &#40;self.name,&#41; + 
args&#41;
&nbsp; File "/var/lib/python-support/python2.5/rdiff_backup/connection.py", 
line 370, in reval
&nbsp; &nbsp; if isinstance&#40;result, Exception&#41;&#58; raise result
AssertionError
[/code]

+----------------------------------------------------------------------
|This was sent by address@hidden via Backup Central.
|Forward SPAM to address@hidden
+----------------------------------------------------------------------






reply via email to

[Prev in Thread] Current Thread [Next in Thread]