A common annoying daily problem with déjà pup: I try to backup many files which I (my user) have no reading access. I get this daily because I want to backup the whole /home
directory:

Previous answers for this question are deprecated because the command gksu deja-dup-preferences
does not work, since gksu
is deprecated after Ubuntu 18.04. Furthermore I tried also sudo deja-dup-preferences
but I get sudo: deja-dup-preferences: command not found
.
I also tried sudo deja-dup --backup
but I get
Traceback (innermost last):
File "/usr/bin/duplicity", line 106, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 92, in with_tempdir
fn()
File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1525, in main
action = commandline.ProcessCommandLine(sys.argv[1:])
File "/usr/lib/python3/dist-packages/duplicity/commandline.py", line 1175, in ProcessCommandLine
globals.backend = backend.get_backend(args[0])
File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 225, in get_backend
obj = get_backend_object(url_string)
File "/usr/lib/python3/dist-packages/duplicity/backend.py", line 211, in get_backend_object
return factory(pu)
File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py", line 82, in __init__
ensure_dbus()
File "/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py", line 37, in ensure_dbus
output = p.communicate()[0].decode("utf8", errors="replace")
AttributeError: 'str' object has no attribute 'decode'
Therefore my question is: How to run déjà-dup backup tool as root in Ubuntu 20.04 LTS?