restic
restic copied to clipboard
Fast, secure, efficient backup program
Output of `restic version` -------------------------- restic 0.17.1 compiled with go1.22.5 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- First off, restic is...
It complains about irregular file, but backs it up anyway. Check then throws error again because of irregular files. Is there a way/option to prevent backing up non-normal files? Thx!
Output of `restic version` -------------------------- 017.1 What backend/service did you use to store the repository? --------------------------------------------------------- restic server Problem description / Steps to reproduce ---------------------------------------- restore --delete to root (...
Output of `restic version` -------------------------- restic 0.17.1 compiled with go1.23.1 on windows/amd64 What backend/service did you use to store the repository? --------------------------------------------------------- Local file system (Windows 10) Problem description /...
Output of `restic version` -------------------------- restic 0.17.0 compiled with go1.22.5 on linux/amd64 Problem description / Steps to reproduce ---------------------------------------- As titled; the CWD itself can be erroneously matched. This had...
Output of `restic version` -------------------------- restic 0.17.1 compiled with go1.23.1 on linux/amd64 (latest in Debian Trixie) What should restic do differently? Which functionality do you think we should add? ----------------------------------------------------------------------------------...
Output of `restic version` -------------------------- ``` restic 0.17.1 compiled with go1.23.1 on linux/amd64 ``` What backend/service did you use to store the repository? --------------------------------------------------------- Local repository. Problem description / Steps...
What does this PR change? What problem does it solve? ----------------------------------------------------- We already support `forget --prune --no-lock --dry-run`, but directly calling `prune --no-lock --dry-run` was not possible. Also allow this...
What does this PR change? What problem does it solve? ----------------------------------------------------- By now missing files are not endlessly retried by the retry backend such that it can be enabled right...
Output of `restic version` -------------------------- restic 0.17.1 compiled with go1.23.1 on linux/amd64 What backend/service did you use to store the repository? --------------------------------------------------------- S3 on Scaleway Problem description / Steps to...