GithubHelp home page GithubHelp logo

jsbmg / mist Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 72 KB

Syncs local directories with remotely encrypted directories on SSH servers.

License: GNU General Public License v3.0

Rust 100.00%
rust gpg synchronization unison

mist's Introduction

Mist

Mist is a directory syncer with GPG-encrypted remote storage. It is intended to be used as a secure way to share directories between computers that have access to a remote SSH server, such as Rsync.net, without leaving sensitive information such as documents or passwords in the open. It utilizies GPGME and Unison.

Advantages:

  • Simple to use and secure
  • No need to trust a traditional cloud provider
  • Easy to install
  • Fast for small directories
  • No software needs to be installed remotely (except for standard Unix tools)

Disadvantages:

  • Not practical for large directories
  • Incremental syncing over the net not supported

Installation

Ensure the following programs are installed:

  • GPGME
  • Unison
git clone https://github.com/jsbmg/mist
cd mist && cargo install --path .

Configuration

Mist reads a configuration file, which can be placed in the following locations:

$HOME/.config/mist/mist.toml

$HOME/.config/mist.toml

$HOME/.mist.toml

Each [section] of the configuration defines a profile, under which a few variables are defined for that profile (such as the directory, and the ssh address, etc.). Multiple profiles can be configured for different directories. See /examples/mist.toml for an example configuration.

Usage

Download the directory to the remote filesystem:

mist [PROFILE] --push

"Install" the directory to a new local machine:

mist [PROFILE] --pull

Sync the directory contents between the local and remote filesystems:

mist [PROFILE]

mist's People

Contributors

jsbmg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.