DaemonForums  

Go Back   DaemonForums > Miscellaneous > Guides

Guides All Guides and HOWTO's.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 9th August 2017
srivo srivo is offline
Port Guard
 
Join Date: Nov 2015
Location: Canada
Posts: 19
Default OpenBSD 6.1 Netatalk and Time Machine

Here is an update of my Netatalk and Time Machine for OpenBSD 6.1.

This is now easier than before with version 6.1.

Install the following package :
Code:
pkg_add netatalk
Choose Netatalk 3.1.11 when asked which version to install. All the needed dependency will be grab automatically.

Modify the /etc/netatalk/afp.conf file:
Code:
[Global]
vol preset = default_for_all_vol
hostname = openbsd
log file = /var/log/netatalk.log
mimic model = Xserver
keep sessions = yes
 
[default_for_all_vol]
file perm = 0664
directory perm = 0774
cnid scheme = dbd
 
[Homes]
basedir regex = /home
time machine = yes
Enable de services:
Code:
rcctl enable messagebus avahi_daemon netatalk
Start the services:
Code:
rcctl start messagebus avahi_daemon netatalk
In a few minute you should see the shared folder on your Mac. You can also force it by using cmd+K and typing the network address of your OpenBSD server.
afp://192.168.xxx.xxx

Done! You will now be able to backup you Mac using Time Machine in your personal folder on OpenBSD.
Reply With Quote
  #2   (View Single Post)  
Old 9th August 2017
srivo srivo is offline
Port Guard
 
Join Date: Nov 2015
Location: Canada
Posts: 19
Default

Keep for later.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenBSD 5.8 Netatalk and Timemachine srivo Guides 6 9th July 2017 08:41 PM
Running Virtual Machine Manager on OpenBSD Host! mbzadegan OpenBSD Packages and Ports 1 22nd May 2017 10:01 AM
My OpenBSD machine was hacked Peter_APIIT OpenBSD General 18 25th August 2015 03:48 AM
64-bit Time on OpenBSD J65nko News 0 18th August 2013 04:55 PM
OpenBSD Time to pre-order OpenBSD 5.1! ocicat News 3 14th March 2012 08:05 PM


All times are GMT. The time now is 08:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick