Comment 3 for bug 396713

Revision history for this message
Michael Terry (mterry) wrote :

FrejSoya, in deja-dup-speak, you can make the relevant logs by running Deja Dup in a console like this:

  DEJA_DUP_DEBUG=1 deja-dup > /tmp/deja-dup.log

And attaching /tmp/deja-dup.log to this bug. If it's just too enormous, run the following command on the file:

  head -n 200 /tmp/deja-dup.log > /tmp/deja-dup-head.log
  tail -n 200 /tmp/deja-dup.log > /tmp/deja-dup-tail.log

And attach /tmp/deja-dup-head.log and /tmp/deja-dup-tail.log to this bug.

Thanks!