Giter VIP home page Giter VIP logo

Comments (3)

cupcakearmy avatar cupcakearmy commented on May 18, 2024 1

Perfect :)

For rclone I can't help you that much, never used it. However looking at the docs

I think your config has some issues:

  onedrive:
    type: rclone
    path: 'onedrive:/'
    key: <redacted>

This would generate a restic repository with the value of rclone:onedrive:/ which I think is not compatible.
According to the docs it should be more like rclone:onedrive: withouth the front slash, but then again i never used it soooo yeah xD.
I'm gonna close this for now, if you are having issues with rclone open another ticket :)

from autorestic.

cupcakearmy avatar cupcakearmy commented on May 18, 2024

What is the exact output of autorestic? is it not found or not loading?
Also I made a mistake earlier in the docs, so the quickstart example was off (i messed up 🤦‍♂️)
The backeds should be:

backends:
  minio:
    type: s3
    path: 'minio.mydomain.com'
    key: <redacted>
    env:
      AWS_ACCESS_KEY_ID: <redacted>
      AWS_SECRET_ACCESS_KEY: <redacted>         

Note that there is no name: minio. That was my bad

from autorestic.

jkirkcaldy avatar jkirkcaldy commented on May 18, 2024

Changing that part of the config worked. There was an error with Rclone but I see that that hasn't been tested properly yet so have removed that and it all seems to work.

For reference the exact error was:
Error: config could not be loaded/found

from autorestic.

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.