restic icon indicating copy to clipboard operation
restic copied to clipboard

Fast, secure, efficient backup program

Results 649 restic issues
Sort by recently updated
recently updated
newest added

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...

help: wanted
type: feature suggestion
category: copy

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 ----------------------------------------...

state: need feedback
state: need investigating

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` --------------------------...

type: feature enhancement
category: user interface

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...

type: question/problem
misc: mystery
misc: hardware issue
state: need investigating

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...

category: backup
type: feature suggestion

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 ----------------------------------------...

type: feature enhancement
category: backend
category: optimization