Giter VIP home page Giter VIP logo

cloudsyncy's Introduction

cloudsyncy

Sync files from local to cloud and cloud to local. (in other words, copies files from one folder to another)

Config format

Each configuration is its own object.

"configname": {},
"configname2": {},
"minecraft": {}

The name of the object will be used as the name in cloudsyncy.

Configuration options

overwriteExisting (boolean) - Whether to overwrite existing files during copying.

deleteDestinationContentsBeforeCopy (boolean) - Whether to delete the files in the destination folder before copying.

local (array) - A list of folders that are considered the "local" folders.

cloud (array) - A list of folders that are considered the "cloud" folders.

ignoreLocal (array) - A list of folders to ignore when copying files from local to cloud.

ignoreCloud (array) - A list of folders to ignore when copying files from cloud to local.

FAQ

Can cloudsyncy be ran without the fancy interactive picker at the start?

Yes! If you pass arguments to cloudsyncy, it will skip the interactive picker.

node index --config minecraft --mode ctl

important! cloudsyncy won't work if you use -, please use -- for arguments.

--config is the name of the object in config.json to use, and --mode is the mode to use - ctl (cloud to local) or ltc (local to cloud).

cloudsyncy's People

Contributors

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