Code Monkey home page Code Monkey logo

Comments (6)

garethgeorge avatar garethgeorge commented on June 17, 2024

Re: the first error you see, please go ahead chick "view logs" on that operation and go ahead and attach those -- that might provide a bit of visibility.

from backrest.

AT181903 avatar AT181903 commented on June 17, 2024

I didn't see the view log button (it's really small). Now I found it and it says:

command: /home/at181903/.local/share/backrest/restic-0.16.4 snapshots --json -o sftp.args=-oBatchMode=yes --tag plan:BackrestConfigBackup,created-by:backrest

Fatal: wrong password or no key found

command "/home/at181903/.local/share/backrest/restic-0.16.4 snapshots --json -o sftp.args=-oBatchMode=yes --tag plan:BackrestConfigBackup,created-by:backrest" failed: exit status 1

But I don't understand which password should be wrong

from backrest.

garethgeorge avatar garethgeorge commented on June 17, 2024

Did something change in your config recently e.g. can you confirm that it looks the same as it did in the last working state? I wouldn't expect anything in 1.0.0 to change here.

I think your next diagnostic step should be to confirm that you can open the repo on the restic CLI and that the uri and password that works there matches what you have configured in backrest.

The error you’re seeing can also show up if the URI is somehow pointing to the wrong location.

from backrest.

AT181903 avatar AT181903 commented on June 17, 2024

This is the first working state, I didn't use Backrest before.

I just tried to mount my disk (used as repo) in my home folder (in order to avoid permissions problem) and it give me this error:

command: /home/at181903/.local/share/backrest/restic-0.16.4 snapshots --json -o sftp.args=-oBatchMode=yes --tag plan:ProvolaLocal,created-by:backrest

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 606.2242ms: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 525.9763ms: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 1.385808195s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 983.172441ms: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 1.367266481s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 2.451989184s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 8.413389736s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 5.718068977s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 16.731244448s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Load(<key/ef73b4ba49>, 0, 0) returned error, retrying after 21.072935768s: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

Fatal: open /home/at181903/Provola/keys/ef73b4ba496264a576a5f160e1a0f854ef076742d7e6cebc7649bdd2ade8502d: stale NFS file handle

command "/home/at181903/.local/share/backrest/restic-0.16.4 snapshots --json -o sftp.args=-oBatchMode=yes --tag plan:ProvolaLocal,created-by:backrest" failed: exit status 1

from backrest.

AT181903 avatar AT181903 commented on June 17, 2024

Follow up:
I tried with a local repositories (a directory in my Document folder) and everything works correctly

from backrest.

garethgeorge avatar garethgeorge commented on June 17, 2024

Very glad to hear it's working with a local repo!

From the errors you posted it looks like something is wrong with the NFS setup. Found https://unix.stackexchange.com/questions/433051/mount-nfs-stale-file-handle-error-cannot-umount talking a bit about this but it sounds like it's (probably) unrelated to Backrest -- hope that helps you diagnose.

from backrest.

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.