Giter Site home page Giter Site logo

Comments (4)

dzeto avatar dzeto commented on July 17, 2024

Below rclone comand works on my local Linux servers, but don't know how to add that command on Akash cloud as workaround solution for Chia plotter. Any help would be really appriciated. Thank you!

EXAMPLE:
while true; do rclone move /tmp/plots/ --include "*.plot" /mnt/googledrive/ ; sleep 30; done & disown

from awesome-akash.

88plug avatar 88plug commented on July 17, 2024

Please see : https://docs.akash.network/deploy/chia-on-akash#rclone-to-google-drive
You need to put the contents of your rclone.conf into JSON_RCLONE= variable and escape each line with a \n

from awesome-akash.

dzeto avatar dzeto commented on July 17, 2024

I did like below, but it's only uploading 1 plot per once. On plot management page i see only 1 log file for currently uploading plots. All new plots don't start auto-uploading in parallel, but all waits on each other to finish first. I use crypt option for dropbox so my final distination is: dropbox-crypt. Thank you for help.

        JSON_RCLONE=
        [dropbox]\n
        type = dropbox\n
        chunk_size = 149M\n
        token = {"access_token":"example","token_type":"bearer","refresh_token":"example","expiry":"example"}\n
        [dropbox-crypt]\n
        type = crypt\n 
        remote = dropbox:/backup/\n
        password = example\n
        password2 = example\n
        no_data_encryption = true

chiaaaaaaaaaaaaaaaaaaa

from awesome-akash.

88plug avatar 88plug commented on July 17, 2024

Can you please try again with the latest release : cryptoandcoffee/akash-chia:316

from awesome-akash.

Related Issues (20)

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.