18

I configured Deja-dup to make a daily backup of my whole data drive. Now I get an error message each time, telling me, that not all files could be backuped. But i cannot find any Deja-dup logs in /var/log nor in the syslog. Where does it display the missing files?

lambda23
  • 3,362
Raffael
  • 281

3 Answers3

13

It seems that it doesn't really save them anywhere, but if you run it with the environment variable DEJA_DUP_DEBUG=1 you can get all the information that way.

Source: https://answers.launchpad.net/deja-dup/+question/125731

Chris Wayne
  • 3,322
  • Now that is some verbose output. The log file has >500MB for one run of deja dup. My solution is now to run the command manually again and check the gui output. – Raffael Sep 24 '12 at 09:36
  • DEJA_DUP_DEBUG=1 deja-dup seems to work to get output to console (it should be possible to redirect it wherever desired), thank You, but I think it's worth mentioning, that the application should de closed before running it. killall deja-dup should help (maybe also killall deja-dup-monitor could be required). – kcpr Aug 26 '21 at 07:21
4

In Deja-Dup on Ubuntu 16.04 (default Backup app installation), there are limited log files in ~/.cache/deja-dup/. It looks like only fairly basic information is stored by default.

Jaydin
  • 1,631
  • 1
  • 23
  • 47
0

In Deja Dup on Ubuntu 22.04 under "About Backups" menu there's the "Troubleshooting option". There you can see a brief debugging information log.