restic
restic copied to clipboard
Fast, secure, efficient backup program
Output of `restic version` -------------------------- restic 0.12.1 compiled with go1.16.6 on freebsd/amd64 How did you run restic exactly? ------------------------------- restic -vvv backup \ --repository-file "repository2" \ --password-file "password2" \ --files-from...
What does this PR change? What problem does it solve? ----------------------------------------------------- On FreeBSD, limited users may not be able to even list xattrs for the parent directories above the snapshot...
What does this PR change? What problem does it solve? ----------------------------------------------------- `init` and `copy` use `--repo2` with two different meaning which has proven to be confusing for users. `--from-repo` now...
What is the purpose of this change? What does it change? -------------------------------------------------------- Would like to add the following in order to tune restic rather than hardcoding it. --min-packsize --file-read-concurrency Was...
What does this PR change? What problem does it solve? ----------------------------------------------------- Draft PR, untested. Tags that are not valid filenames (and some that are) are now sanitized by restic mount...
Output of `restic version` -------------------------- `restic 0.9.4 compiled with go1.11.5 on linux/amd64` (debian testing, from the debian repository) What should restic do differently? Which functionality do you think we should...
Output of `restic version` -------------------------- `restic 0.13.1 compiled with go1.18 on windows/amd64` How did you run restic exactly? ------------------------------- RESTIC_CACHE_DIR=F:\Restic RESTIC_PASSWORD=C:\Restic\passwd.txt RESTIC_REPOSITORY=C:\Restic\restic.txt `restic prune` What backend/server/service did you use to...
Output of `restic version` -------------------------- restic 0.13.1 compiled with go1.18 on solaris/amd64 On SmartOS joyent_20220714T060459Z How did you run restic exactly? ------------------------------- /opt/local/bin/restic -r /restic backup /myfiles Output: ~~~ enter...
Im using restic 3.1 on local lan 1Gb ethernet agaist minio ... now i know using sftp with restic to the remote host, is actually very fast but with minio...
Output of `restic version` -------------------------- ``` restic 0.12.1 compiled with go1.16.6 on windows/amd64 ``` How did you run restic exactly? ------------------------------- ``` PS C:\Users\Chris\Robust\Backup> restic.exe --repo '\\ccnas\Backup\Robust\restic\' backup 'C:\Users\Chris\Robust\Client\UofT\' -v...