[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Same problem with OSerrors
From: |
remi . delmas . 3000 |
Subject: |
[rdiff-backup-users] Same problem with OSerrors |
Date: |
Thu, 07 Jun 2007 15:48:19 +0200 |
User-agent: |
Internet Messaging Program (IMP) 3.2.5 |
I still get this type of error very often with 1.1.10 when backing up a windows
box to a linux box (don't know if the problem can happen linux-to-linux) :
Traceback (most recent call last):
File "/usr/bin/rdiff-backup", line 23, in ?
rdiff_backup.Main.error_check_Main(sys.argv[1:])
File "/usr/lib/python2.4/site-packages/rdiff_backup/Main.py", line 299, in
error_check_Main
try: Main(arglist)
File "/usr/lib/python2.4/site-packages/rdiff_backup/Main.py", line 319, in
Main
take_action(rps)
File "/usr/lib/python2.4/site-packages/rdiff_backup/Main.py", line 275, in
take_action
elif action == "backup": Backup(rps[0], rps[1])
File "/usr/lib/python2.4/site-packages/rdiff_backup/Main.py", line 338, in
Backup
backup.Mirror_and_increment(rpin, rpout, incdir)
File "/usr/lib/python2.4/site-packages/rdiff_backup/backup.py", line 51, in
Mirror_and_increment
DestS.patch_and_increment(dest_rpath, source_diffiter, inc_rpath)
File "/usr/lib/python2.4/site-packages/rdiff_backup/backup.py", line 229, in
patch_and_increment
ITR(diff.index, diff)
File "/usr/lib/python2.4/site-packages/rdiff_backup/rorpiter.py", line 284, in
__call__
branch.start_process(*args)
File "/usr/lib/python2.4/site-packages/rdiff_backup/backup.py", line 696, in
start_process
self.prepare_dir(diff_rorp, self.base_rp)
File "/usr/lib/python2.4/site-packages/rdiff_backup/backup.py", line 637, in
prepare_dir
base_rp.mkdir()
File "/usr/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 869, in
mkdir
self.conn.os.mkdir(self.path)
OSError: [Errno 13] Permission denied: '<some file path>'
'<some file path>' is a path local to the repository, and look like files which
are in the source dir on the windows box but not yet in the repository, even
when there is a -exclude '**/<some file path>' in the rdiff-command line
Can something be done about that for the forth coming release?
thanks
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [rdiff-backup-users] Same problem with OSerrors,
remi . delmas . 3000 <=