restic
restic copied to clipboard
Fast, secure, efficient backup program
Hello, So I was running my backup script like I do for years, but about a week ago it started getting stuck. It uses backblaze b2. I had no restic...
What does this PR change? What problem does it solve? ----------------------------------------------------- Yields an error when the user tries to specify an invalid/unsupported unit in a duration to the policy options...
Output of `restic version` -------------------------- restic 0.13.1 compiled with go1.17.10 on darwin/amd64 How did you run restic exactly? ------------------------------- ``` $ restic forget --dry-run --keep-within-daily 2w repository 2b048d5b opened successfully,...
Output of `restic version` -------------------------- restic 0.13.1 compiled with go1.18 on linux/amd64 How did you run restic exactly? ------------------------------- (root) source restic.env (root) ./restic_0.13.1_linux_amd64 restore latest --target volumes/ restic.env content:...
Yesterday I thought I was backing up a directory...Yesterday I thought I was backing up a directory...let's say, ~/mydoc, and I forgot that ~/mydoc is just a symlink to ~/doc/own...
In the Windows environment, the new 'follow' options allow symbolic links to be identified with a pattern. When a symbolic link matches the pattern, restic will backup the link destination...
In cases of accidential backup of e.g. too large files, I would like to be able to delete specific files or directories (incl. recursion) from existing snapshots
What does this PR change? What problem does it solve? ----------------------------------------------------- It adds a `restore --sparse` option to restore files as sparse. The detection of sparseness is done at restore...
What does this PR change? What problem does it solve? ----------------------------------------------------- The PR is currently in a request for comment state. Up to now the `check` command has to create...
What is the purpose of this change? What does it change? -------------------------------------------------------- restic no longer tries to read passwords from stdin. Instead, it tries to open the controlling terminal and...