I've set up a home server with Ubuntu in software RAID 1 to save my Mac files with Time Machine. The backup partition in the server shows up in the Time Machine menu, but at the time of conecting it gives the following error:
"There was an error connecting to the server "servidor". Check the server name
or IP address, and then try again.
If you are unable to resolve the problem contact your system administrator"
It is my first time making a RAID array and using Netatalk, and I am not a Linux expert. This is the way it is set up:
I mounted a RAID 1 like this, it is formated in ext4:
sudo mount /dev/md0 /mnt/TimeMachine
I followed this manual to set Netatalk, exactly the same but changing 'username' for 'jorge' (my username).
Maybe some of you guys know what I'm doing wrong, and sorry if I made gramatical mistakes, I'm not native ;)
Thanks in advance!