GithubHelp home page GithubHelp logo

Comments (2)

wiserain avatar wiserain commented on July 17, 2024

1.

It should state:
"...you have to specify one local directory"
Otherwise the script doesn't appear to call Mergerfs, both have to have values.

I believe it is already in the README like below.

..., it is meaningful only when you mount an additional /local directory.

2.

And this seems to be incorrect too: RCLONE_REMOTE_PATH=remote_name:path/to/mount

Should be: RCLONE_REMOTE_PATH=remote_name: The /path/to/mount is hardcoded as /cloud which can be defined in the docker-compose as - /path/to/mount:/cloud

It is entirely up to the user. When you want a subpath to be mounted, you can use path/to/mount, which will execute mount command like rclone mount remote_name:path/to/mount /cloud. Also you can omit path/to/mount to make it short.

3.

And these two: COPY_LOCAL_SCHEDULE MOVE_LOCAL_SCHEDULE

Should be: COPY_LOCAL_CRON MOVE_LOCAL_CRON

Thank you. Will be fixed soon.

4.

I also found that MOVE_LOCAL_AFTER_DAYS has to be set to any number for the move script to work, I don't understand the code well but I think the MOVE_LOCAL_EXCEEDS_GB has a null value check but MOVE_LOCAL_AFTER_DAYS doesn't and so it errors. Or it could be defaulted to a sensible number like 5 the same way as the GUID and PGID are.

I will also take a look. Thanks.

from docker-rclone.

wiserain avatar wiserain commented on July 17, 2024

Regarding MOVE_LOCAL_AFTER_DAYS, it has a null check as MOVE_LOCAL_EXCEEDS_GB and MOVE_LOCAL_FREEUP_GB do. Would be helpful if you could share the error message.

from docker-rclone.

Related Issues (11)

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.