 |
 |
Safari and Bonjour bookmark-sharing not working
|
 |
|
 |
|
Mac Elite
Join Date: Feb 2001
Location: Canaduh
Status:
Offline
|
|
I'm trying to get the Bonjour bookmark-sharing feature working in Safari on my two computers. I've enabled file-sharing and opened the relevant ports on my router, but neither computer's Safari can see the other's bookmarks. Apple doesn't seem to offer any further documentation for doing this; it's just supposed to work according to their support pages.
Is there something else I have to do to get this to work?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jul 2002
Status:
Offline
|
|
What bookmark sharing? Safari can see webpages shared through Bonjour (printers!) but not share bookmarks. Do you mean .Mac bookmark syncing?
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
You can do bookmark sharing with a simple rsync script.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Feb 2001
Location: Canaduh
Status:
Offline
|
|
Originally Posted by Thinine
What bookmark sharing? Safari can see webpages shared through Bonjour (printers!) but not share bookmarks. Do you mean .Mac bookmark syncing?
Under Safari's "Bookmarks" preference pane, you can check "Include Bonjour" in your bookmarks collection. I assumed this meant that Safari will search for other computers on the network and give you access to the other computers Safari bookmarks, much like the way iTunes shares music over the local network.
Am I wrong about this? If I am, then what is Safari supposed to be displaying via Bonjour in its Bookmarks collection?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jul 2002
Status:
Offline
|
|
No, that does what I said: looks for Bonjour shared webservers on the local network. So, Apache under OS X will show up, along with the web interfaces to many laser printers.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Feb 2001
Location: Canaduh
Status:
Offline
|
|
Originally Posted by Thinine
No, that does what I said: looks for Bonjour shared webservers on the local network. So, Apache under OS X will show up, along with the web interfaces to many laser printers.
Ah, thanks for clearing that up. I was waaaay off.
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Aug 2004
Location: FFM
Status:
Offline
|
|
Originally Posted by besson3c
You can do bookmark sharing with a simple rsync script.
Post it!
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Originally Posted by TETENAL
Post it!
rsync -av ~/Library/Safari/Bookmarks.plist remoteusername@remotemachine:Library/Safari/
Entering this single command in your terminal should sync bookmarks between computers providing "Remote Login" (SSH) is enabled on both machines in the Sharing pane, and responding to network requests properly (i.e. not firewall blocked).
This can be scheduled via cron or anacron, and you can setup public/private key pairs fairly easily which will eliminate the need to type in your password (a requirement for automating this via a cronjob). If you schedule this, I would suggest turning on Postfix, and updating your /etc/aliases file so that you have email sent to your primary email address. This will result in the same output you see when you execute the above command in the terminal emailed to you each time the command is run. If you only want email on errors, take out the v in the first part so that it reads:
rsync -a
I'm not sure if Safari will reread the bookmarks file if Safari is already open. I would imagine it does, as this problem would be relevant to .Mac account owners too since .Mac syncing is simply a mechanism to shuttle files to and forth very similar to this. If not, you'll have to relaunch Safari for your updated bookmarks file to be read.
I'm happy to go into further detail here, where desired.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|