Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Installation

Install netatalk Install netatalk and avahi-daemon

Code Block
themeEmacs
sudo apt install netatalk avahi-daemon

...

Code Block
themeEmacs
sudo systemctl enable avahi-daemon
sudo systemctl start avahi-daemon
sudo systemctl enable netatalk
sudo systemctl start netatalk

sudo systemctl restart avahi-daemon
sudo systemctl restart netatalk


Restarting

...

Code Block
themeEmacs
sudo systemctl restart avahi-daemon
sudo systemctl restart netatalk

...


sudo rm -rf /srv/timemachine 


Uninstallation

Code Block
sudo systemctl stop netatalk
sudo systemctl disable netatalk
sudo systemctl stop avahi-daemon
sudo systemctl disable avahi-daemon


References

ReferenceURL
TimeMachine backup to a Linux serverhttps://www.maxhaesslein.de/notes/timemachine-backup-to-a-linux-server/