Skip to content

fogcloud/fogsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FogSync Client

Overview

This is a client for fogsync, which provides secure file sync across multiple systems.

Install

Instructions tested on Ubuntu 12.04

  1. Install some basic development packages
  • sudo apt-get install git mercurial ruby bundler
  1. Install Go
  1. Set up gopath
  • mkdir ~/.local/go
  • echo "export GOPATH=~/.local/go" >> ~/.bashrc
  • . ~/.bashrc
  1. Clone fogsync
  1. Get build prereqs
  • cd fogsync/src
  • make prereqs
  1. Build FogSync
  • make
  1. Run FogSync
  • bin/fogsync
  1. 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.

License

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.

About

A secure file sync client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published