What are /home/user/.cache/dconf and /home/user/.dbus? Why does their backup fail?
I tried following this 2013 answer (see code below) but while it allowed me to backup the above files, now I am told it couldn't backup /home/[user]/.dbus/session-bus.
$ man chown
$ sudo chown user .cache/dconf
[sudo] password for user:
$ sudo chown user .dbus
$ man chgrp
$ sudo chgrp user .cache/dconf
$ sudo chgrp user .dbus
How do I fix it so it will not take my time closing an error message after each backup? Should I exclude these folders as eggonlegs suggested? Why are they not needed? Why would someone want to back them up?
