Code Monkey home page Code Monkey logo

fsync's Introduction

fsync

File watcher and synchronizer between local windows file system and a remote ssh linux path

Usage

Create an fsync config file, e.g.: yourproject.fsync

[Session]
HostName=your-server-hostname
UserName=your-username
Password=Y0urPassw0rd
[FolderPair1]
AutoConnect=false
AutoStartRealTime=true
IncludeSubdirectories=true
LocalDir=C:\your-project\
BackupDir=C:\backup\your-project
RemoteDir=/usr/local/your-project/
Run
fsync.exe yourproject.fsync

Or execute the config file directly, using 'open with' fsync.exe

The app will watch your local dir, any changes to files in that dir will be uploaded to the corrosponding remote directory.

Commands are available inside the app, type help to see all, it's possible ot use short names for commands, for example SyncToLocal can be executed also by typing 'stl'.

While the program is running, you can initiate a manual file synchornization (using winscp) - remote-to-local, or local-to-remote, preview option is available, and delete files options is also available.

Dependencies

This project uses a modified version of WinSCP, as well as danelkhen/corex power extensions library, dependencies are included with the source, and project should compile as/is.

fsync's People

Contributors

danelkhen avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.