Here's how to get it going. First, download the correct version (Linux PowerPC for your PowerPC Macs) and extract it to any directory in your home folder. Then either use your file manager to open that directory in a terminal, or in a terminal type the command
cd
path to directory holding the btsync binary. Then get the btsync daemon running by entering ./btsync
.Nothing happened. That's 'cause you have to use the web interface, silly! So get your IP address with sudo ifconfig (among other methods), fire up a web browser and go to yourIPaddress:8888/gui. In my case:
192.168.1.105:8888/gui
Next you should see the web interface where you can click Add Folder. Type the path to it, /home/yourusername/whatever, and then click the generate secret button. You will enter that secret into your other computer to sync to that folder. So do the same thing on your other computer. Extract the binary, startup the daemon, bring up the GUI, and add a folder to sync, this time entering the secret from your other computer into the Secret field instead of generating a new one. Now the syncing should start--Snow Leopard users may see a delay of up to ten minutes which BitTorrent Labs implies is strictly the fault of Snow Leopard ;)
I got pretty much full speed out of my wireless connection, though I haven't tested it over ethernet so I'll defer comment. Also, in their Get Started guide, they mention disabling the "Delete files to Sync trash" option means your deleted files will instead go to your system's trash folder, but on my system they just disappeared. So be mindful of that. Also there's no versioning yet, but I'd expect that in the near future. But overall, pretty cool stuff.
Thx very much for this, was looking for an easy way to share stuff via torrents, and this seems to be it.
ReplyDeleteI was so glad to find this solution but unfortunatly, executing ./btsync sends me the error : ./btsync: cannot execute binary file
ReplyDeleteI tried to run a chmod +x ./btsync and chmod +x btsync, no luck.
I'm on a Mac Mini PPC G4, 10.5.8.
Thanks !
The OS X client requires Snow Leopard. To use this on a G4 mini, you need Linux and the PowerPC Linux client.
DeleteThanks for the reply, that's too bad :-(
DeleteI'm running 10.5.8 on PPC. I'm getting the same issue as Anonymous. Based on your article I was under the assumption that the PPC linux version would run under the terminal on OS X 10.5. Is that not the case?
ReplyDeleteIt must have 10.6 dependencies...
DeleteWhat dependencies are that? Is there any way to compile them in myself?
DeleteI can't find anything except that PPC version requires Linux kernel 2.6.
The OSX version is obviously Intel only, so that's a no go.
Btsync is closed source, so I think it would be hopeless to try and compile the dependencies yourself.
DeleteHi.
ReplyDeleteA little Question I would sync my own /home/user
folder. Os. is Arch Linux.
Some FOLDERS ..
musix, documents, cache, gnome-priv, fonts
are not sync.
How is the correct entry in the .SyncIgnore list file ??
How do I set up Bittorrent Sync as a LaunchDaemon on OS X Lion?
ReplyDeleteI would like to know this too!
DeleteI'm not on Lion, but I assume it's like creating other launch daemons:
Deletehttp://www.aandcp.com/launchdaemons-and-mac-os-x-openvpn-as-an-example
https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html
Yes .. but with some applications, you can't run them unless you are logged in and have the UI visible. I'm looking for an answer that lets me know if the btsync also runs as a true daemon that can mute the UI.
Delete