Create a TimeMachine backup Server with Ubuntu: 1. Install the Netatalksudoapt-getinstallnetatalk2 and set the storage location of the TimeMachine backup file, assuming the location is in/backup/TimeMachinesudovi/etc/netatak/AppleVolumes. default #~ /"HomeDirectory
Use Ubuntu to create a Time Machine Backup Server:
1. Install Netatalk
Sudo apt-get install netatalk
2. Set the storage location of the Time Machine backup file, assuming the location is in/backup/TimeMachine
Sudo vi/etc/netatak/AppleVolumes. default
#~ /"Home Directory"
/Backup/TimeMachine "TimeMachine" options: tm
3. install and configure Avahi
Sudo vi/etc/avahi/services/afpd. service
% H
_ Afpovertcp. _ tcp
548
_ Device-info. _ tcp
0
Model = Xserve
Among them, model = Xserve will display the image of the Finder in the shared area as Xserve
* If Ubuntu 12.04 is used, modify the following items:
Sudo vi/etc/netatalk/afpd. conf
--Tcp-noddp-uamlist uams_dhx.so, uams_dhx2_passwd.so-nosavepassword-setuplog "default log_info/var/log/afpd. log"
4. Restart netatalk and avahi
Sudo service netatalk restart
Sudo service avahi-daemon restart
Now all settings are complete. Test the settings.