Ubuntu – Backup Problem In Ubuntu 14.04

backup

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

Best Answer

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