Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restic is not working. #111

Open
uncharted-user opened this issue Sep 21, 2024 · 0 comments
Open

Restic is not working. #111

uncharted-user opened this issue Sep 21, 2024 · 0 comments

Comments

@uncharted-user
Copy link

uncharted-user commented Sep 21, 2024

I was trying to back up using Restic and Rclone but connection getting refused. What am I doing wrong or Restic is not supported?
$ restic -r rclone:Internxt:TestWebDav init

enter password for new repository: 
enter password again: 
rclone: 2024/09/21 22:44:26 Failed to create file system for "Internxt:TestWebDav": read metadata failed: Propfind "https://webdav.local.internxt.com:3005/TestWebDav": dial tcp 127.0.0.1:3005: connect: connection refused
Fatal: create repository at rclone:Internxt:TestWebDav failed: error talking HTTP to rclone: exit status 1

$restic -o rclone.args="serve restic --tpslimit 10 --no-check-certificate" -o rclone.timeout="5m" -r rclone:internxt:test init

Fatal: create repository at rclone:internxt:test failed: error talking HTTP to rclone: Get "http://localhost/file-9234737688660035538": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

I then manually created the repository in my local drive and uploaded it but still not working!
$ restic -o rclone.args="serve restic --tpslimit 10 --no-check-certificate" -o rclone.timeout="1m" -r rclone:internxt:test backup /home/silverplate/Pictures/TestKoofr
Fatal: unable to open repository at rclone:internxt:test: error talking HTTP to rclone: Get "http://localhost/file-12733819949789646932": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant