Deja Dup cannot back up a hidden file .rnd
located in my home folder. It is a binary file about 1kB in size. When I try to open in a text editor (gedit), I get an error message that there are invalid characters (UTF-8).
I know what .gnupg/rnd
is, but this isn't .gnupg/rnd
it's just .rnd
. Also I haven't done anything that I can think of to create a gnupg
key, at least not on purpose.
Anyone know what this baby is? I backup nightly and this file appeared a couple days ago. I have run update since then. I realize I could delete the file and see what happens, but I'd rather not go around kicking the tires on my machine if I don't have to.
Running Ubuntu 13.04, if that matters.
sudo
command used rand(1). Doubt: wouldn't that interfere when a user command try to use rand(1)? If rand(1) try to read the file it will get EPERM --- I do not know if it's so smart as to delete it and recreate it as user... – Rmano Nov 20 '13 at 17:17