Skip to content

File monitoring and syncing to Google Drive with rclone.

License

Notifications You must be signed in to change notification settings

danpicton/gsynj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsynj

A Clojure library to watch for file/directory changes and copies updated file to various cloud-based targets.

Available targets can be found on rclone site.

Initial Setup

  1. Follow the rclone installation instructions;
  2. Setup cloud service (currently only tested with Google Drive).

Usage

Currently very much WIP, though running (gsynj.core/watch-file) at the REPL will set up a watch on the file /path/to/sync.me, uploading to an established rclone target called gdrive in the folder /target/path.

Plans

  • Add ability to watch multiple files/directories
  • Allow different targets for different watched files

License

Copyright © 2018 Dan Picton

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

File monitoring and syncing to Google Drive with rclone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published