Failed with unknown error

Asked by Esau B.

Hello.

Running Ubuntu 9.10 with kernel 2.6.31-20. Gnome 2.28.1. Both my hard drive and the external drive i'm trying to save to are formatted with ext3.

I'm trying to run Deja Dup and keep getting this error:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 825, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 818, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 797, in main
    full_backup(col_stats)
  File "/usr/bin/duplicity", line 336, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "/usr/bin/duplicity", line 245, in write_multivol
    (tdp, dest_filename)))
  File "/usr/lib/python2.6/dist-packages/duplicity/asyncscheduler.py", line 148, in schedule_task
    return self.__run_synchronously(fn, params)
  File "/usr/lib/python2.6/dist-packages/duplicity/asyncscheduler.py", line 174, in __run_synchronously
    ret = fn(*params)
  File "/usr/bin/duplicity", line 244, in <lambda>
    async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename: put(tdp, dest_filename),
  File "/usr/bin/duplicity", line 199, in put
    backend.put(tdp, dest_filename)
  File "/usr/lib/python2.6/dist-packages/duplicity/backends/localbackend.py", line 57, in put
    target_path.writefileobj(source_path.open("rb"))
  File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 572, in writefileobj
    fout = self.open("wb")
  File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 514, in open
    result = open(self.name, mode)
IOError: [Errno 13] Permission denied: '/media/Backup/duplicity-full.20100213T044734Z.vol1.difftar.gz'

Any help would be appreciated.

Question information

Language:
English Edit question
Status:
Answered
For:
Déjà Dup Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Michael Terry (mterry) said :
#1

This sounds like your user doesn't have permission to write to the external drive? Can your user create folders on the drive through nautilus?

Ext3 can be a bit picky about permissions. If you're unsure how to mount it so that your user can write to it, maybe use fat/ntfs which is far less picky? :)

Though, I agree the error message could be nicer. I *think* it is in the latest versions, but I will have to check.

Can you help with this problem?

Provide an answer of your own, or ask Esau B. for more information if necessary.

To post a message you must log in.