This is a client for fogsync, which provides secure file sync across multiple systems.
Instructions tested on Ubuntu 12.04
- Install some basic development packages
- sudo apt-get install git mercurial ruby bundler
- Install Go
- Get Godeb, unpack it (http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go)
- ./godeb install 1.4
- Set up gopath
- mkdir ~/.local/go
- echo "export GOPATH=~/.local/go" >> ~/.bashrc
- . ~/.bashrc
- Clone fogsync
- git clone https://github.com/fogcloud/fogsync.git
- Get build prereqs
- cd fogsync/src
- make prereqs
- Build FogSync
- make
- Run FogSync
- bin/fogsync
- The client settings form will pop up.
- Enter your cloud login information.
- If this is your first machine with FogSync, use the randomly generated master key and print the settings page once you have saved it.
- If you already have machines set up with FogSync, enter your existing master key.
FogSync Client is copyright ©2014 Nat Tuck. You may copy, modify, and redistribute it under the terms of the GNU GPL, either version 3 or any later version as published by the FSF.