raccoonone, you can get the log from Deja Dup by running the following:
DEJA_DUP_DEBUG=1 deja-dup > /tmp/deja-dup.log cat /tmp/deja-dup.log | head -n 200 > /tmp/deja-dup.head cat /tmp/deja-dup.log | tail -n 200 > /tmp/deja-dup.tail
And attaching deja-dup.head and deja-dup.tail.
For the manifests, you should look in ~/.cache/deja-dup/ and find files with the word 'manifest' near the end of their filenames.
raccoonone, you can get the log from Deja Dup by running the following:
DEJA_DUP_DEBUG=1 deja-dup > /tmp/deja-dup.log
cat /tmp/deja-dup.log | head -n 200 > /tmp/deja-dup.head
cat /tmp/deja-dup.log | tail -n 200 > /tmp/deja-dup.tail
And attaching deja-dup.head and deja-dup.tail.
For the manifests, you should look in ~/.cache/deja-dup/ and find files with the word 'manifest' near the end of their filenames.