Mounting OS X Server share on CentOS server

0

I'm looking to mount a share from my OS X Server to use as a file dropbox for my CentOS 6 server. Would it be better to use SMB, AFP, or some other protocol to go about doing this reliably?

user2201063

Posted 2016-03-06T00:28:47.530

Reputation: 1

I would suggest using ssh - specifically sshfs - to mount a remote folder as a local one. This would even allow you to do it passwordlessly. – Fiximan – 2016-03-07T12:36:04.637

Answers

0

Actually I ended up creating public/private keys to be able to SSH into the Mac from the CentOS server without a password. Then I just used scp in a automatic script to send the files over WAN (daily backup via zip). Works great!

user2201063

Posted 2016-03-06T00:28:47.530

Reputation: 1