dotcomlooki.blogg.se

Netatalk for ubuntu
Netatalk for ubuntu




netatalk for ubuntu
  1. #Netatalk for ubuntu install#
  2. #Netatalk for ubuntu mac#

You may have to click on the Connect button in the upper right of the window to login before you can use the drive. But doing sudo apt-get netatalk just gets me Invalid operat. Double-click on the machine name, and you should see any shared folders on the machine. Sharing files with Apple Macs on the same network was a breeze with 17 (after apt-geting netatalk). Under the Network section in the sidebar, you should see your Ubuntu machine listed.

#Netatalk for ubuntu mac#

Once your drive is set up under Ubuntu, go to your Mac and open a Finder window. However, I never made it clear that you must make sure your backup drive is available and connected on your Mac before you can use it as a Time Machine backup drive. This will remove the netatalk package and any other dependant packages. Since I first wrote this, I have updated to Ubuntu 20.04 and everything still seems to work. sudo apt-get remove -auto-remove netatalk. Now, on your Mac, you should be able to open the Time Machine settings in System Preferences and use Select Disk… to pick your new Time Machine backup drive. This gist gives instructions to build a basic deb package of netatalk-3.1.11 using checkinstall on Ubuntu 18.04.

#Netatalk for ubuntu install#

Restart netatalk: sudo service netatalk restart Stack Exchange network consists of 182 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Install Netatalk 3.1.11 on Ubuntu 18.04 Bionic Raw makenetatalk-3.1.11deb.sh This gist gives instructions to build a basic deb package of netatalk-3.1. Sudo chmod 777 /srv/netatalk/time-machine Sudo chown nobody:nogroup /srv/netatalk/time-machine Install the needed packages: sudo apt install netatalk avahi-daemonĮdit the netatalk config file: sudo vi /etc/netatalk/afp.confĪdd a section for your Time Machine: Ĭreate a directory to act as the Time Machine drive: sudo mkdir -p /srv/netatalk/time-machine

netatalk for ubuntu

This example uses a directory on the boot drive ( /srv/netatalk/time-machine), but it’s more likely that you want to use a directory on a large disk. Setting up an Ubuntu machine to act as an Apple Time Machine server is surprisingly simple.






Netatalk for ubuntu