restic
restic copied to clipboard
Fast, secure, efficient backup program
Output of `restic version` -------------------------- `restic 0.15.2 compiled with go1.20.3 on linux/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- `restic` should support the...
Output of `restic version` -------------------------- `restic 0.17.3 compiled with go1.23.3 on linux/amd64` What backend/service did you use to store the repository? --------------------------------------------------------- Backblaze Problem description / Steps to reproduce ----------------------------------------...
Note: I've marked this as a draft because I want to get feedback on the approach before I invest in polishing off the implementation and adding tests. This implements @fd0's...
Output of `restic version` -------------------------- 0.18.0 What backend/service did you use to store the repository? --------------------------------------------------------- sftp Problem description / Steps to reproduce ---------------------------------------- when using ssh to connect, it...
This is a follow-up to #2098. I may work on this if I have time; feel free to assign to me if you would like. Output of `restic version` --------------------------...
Hello everyone, I ran the command restic check --read-data -r /DATA/backup_local and encountered several errors. Here’s the output: ``` restic check --read-data -r /DATA/backup_local using temporary cache in /DATA/tmp/restic-check-cache-3188513859 create...
What does this PR change? What problem does it solve? ----------------------------------------------------- This PR adds two options for the SFTP backend to control the underlying keepalive behavior: `sftp.server-alive-interval` and `sftp.server-alive-count-max`. Restic...
Output of `restic version` -------------------------- `restic 0.17.3 compiled with go1.23.3 on linux/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- As noted in [this...
Output of `restic version` -------------------------- restic 0.8.3 compiled with go1.10 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Paths in exclude files...
Output of `restic version` -------------------------- restic 0.17.3 compiled with go1.23.3 on darwin/amd64 What backend/service did you use to store the repository? --------------------------------------------------------- rest-server Problem description / Steps to reproduce ----------------------------------------...