Git Product home page Git Product logo

crop's People

Contributors

l3uddz avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

crop's Issues

Move

Any chance of adding a move option as i want to only move from one remote to another. In my case the 2 remotes can't do server-side-copy so it is like a copy then delete from source.

Plex Active Session Monitoring

Sometimes, when multiple files are being read and streamed by Plex while Crop started an rclone move process, the API limit is reached and both seem to struggle to keep up (Causing buffering & transfer speeds to freeze sporadically). Is it possible to offer a monitor trigger/exemption for a job to use, like if Plex Sessions are over x active, don't start?

Allow "merging" rclone options

It would be useful to be able to use a default list of rclone options, then add to or override these options on an individual syncer/mover/deduper level.

This would prevent having to duplicate the entire list of rclone options into each syncer/mover/deduper only to change one or two.

For example, say you want to use a different backup-dir on different syncers. Something like this would be useful and convenient:

rclone:
  ...
  global_params:
    default:
      sync:
        - '--fast-list'
        - '--tpslimit-burst=50'
        ...etc

syncer:

  - name: td_1 sync
    enabled: true
    source_remote: 'td_1:/stuff'
    remotes:
      sync:
        - 'td_1_mirror:/stuff'
    rclone_params:
      global_sync: default
      sync:
        - '--backup-dir=td_1_mirror:backup'

  - name: td_2 sync
    enabled: true
    source_remote: 'td_2:/stuff'
    remotes:
      sync:
        - 'td_2_mirror:/stuff'
    rclone_params:
      global_sync: default
      sync:
        - '--backup-dir=td_2_mirror:backup'

Each syncer would inherit the global set of flags, and then add on unique one. This prevents having to duplicate a common set of flags in every syncer entry.

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.