8

When I'm Backing Up My Files Using the Backup Application, at the last time it shows a error that

Could Not Backup The Following files make sure you are able to open them

/home/neel/.cache/dconf
/home/neel/.dbus
David Foerster
  • 36,264
  • 56
  • 94
  • 147
Italian
  • 183
  • 1
  • 5

1 Answers1

9

It's a bug in Ubuntu backup (deja-dup). https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1313034

You can adjust the rights of the folders. Open a terminal and copy these commands:

sudo chown "$USER:$USER" ~/.cache/dconf ~/.gvfs
sudo chown -R "$USER:$USER" ~/.dbus
David Foerster
  • 36,264
  • 56
  • 94
  • 147