Skip to content

ansis/mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mimic

A tool for making remote directories mimic local directories. Mimic monitors local files for changes, instantly syncing them to their destination.

Mimic has the ability to:

  • exclude certain paths
  • maintain an open SSH connection for faster transfers

Dependencies

Basic Usage

Start the Mimic daemon:

$ mimic start

Start syncing a local path to a remote destination (in rsync format):

$ mimic add path/to/dir user@example.com:path/to/dest --exclude *.ext

Stop syncing a path:

$ mimic rm path/to/dir

Stop the daemon:

$ mimic stop

For more information, and options:

$ mimic -h

TODO

  • Optional configuration file
  • Handle rsync dependency
  • Tests

About

Make remote directories mimic local file changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages