My Linux desktop is 4 years old. I originally named it "foo", but 2ish years ago renamed it "bar". I turned on backups for the first time today using Deja Dup, and it used the old computer/hostname from 4 years ago, "foo", as opposed to the current name "bar". I cannot figure out where the old hostname is coming from. I've verified the name is correct in the following locations:
/etc/hosts
/etc/hostname
hostname
hostnamectl
- Settings > About > Device Name
python -c 'import socket; print socket.getfqdn()'
uname -n
I'm at a loss. I'm not sure where the old hostname would still be stored, and how Deja Dup is attempting to discern the computer name for the backup path. Any ideas?!