Giter Site home page Giter Site logo

rclone_ignore's Introduction

rclone_ignore · Build Status

rclone_ignore is a small rclone wrapper with support for file watching and ignoring paths specified in .gitignore files.

Prerequisites

Usage

USAGE:
    rclone_ignore.exe [FLAGS] [OPTIONS] --local-root <local-root> --remote-root <remote-root> [--] [sync-args]...

FLAGS:
    -a, --autostart    Runs rclone_ignore on system startup
    -h, --help         Prints help information
    -V, --version      Prints version information

OPTIONS:
    -i, --ignores <ignores>...         Ignores custom glob patterns
    -l, --local-root <local-root>      Specifies local root path for sync
    -r, --remote-root <remote-root>    Specifies remote root path for sync [remote:/path]
    -t, --threads <threads>            Defines maximum amount of concurrently running commands

ARGS:
    <sync-args>...    Specifies arguments for sync
  • local-root and remote-root are mandatory flags where local-root is a path in your local file system and remote-root is the path from where you want to sync files from on the remote.
  • autostart is currently only supported on Windows.
  • Arguments that should be passed to rclone sync must be specified after --.

Example

cargo run --local-root c:/sync --remote-root db:/ --threads 3 -- --progress

Tray

To enable system tray on Windows build with the feature tray

cargo build --features tray

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.