I have done a backup using rsync and restored the system as a test. All went well except that I cannot click on the partition listing in nautilus anymore. When I do it complains about "This location cannot be displayed. You do not have the permission necessary to view the contents". Opening nautilus as root gives no such problem. My backup command was:
sudo rsync -av --one-file-system --hard-links --human-readable --numeric-ids --progress /media/myext4usbkey/backup /dev/sda5myubuntupartition
What do I need to do next time so I don't run into this problem anymore?
To clarify, I'm not asking for a better backup tool or how rsync would compare with other tools, just how I can solve this problem using rsync.
rsync
. – Fabby Aug 12 '15 at 22:43