rawtaz

Results 259 comments of rawtaz

The most fundamental thing I'd like to know off the bat is how much disk space would the contents of snapshot X consume on the target disk if I restored...

Not at this point. If there are any updates, it'll show in this issue.

@gadall In case you don't know already, this was changed in #2546, see under "Change #2546: Return exit code 3 when failing to backup all source data" in https://github.com/restic/restic/blob/master/CHANGELOG.md for...

> if !success { return ErrInvalidSourceData } > Does this actually cover only file not found, and no other read errors? If e.g. a file in a folder you asked...

Out of curiosity, what files are disappearing for you, and if you expect them to be transient and not important, shouldn't they be excluded in the first place?

I'm not sure what else I can add to this discussion :) You already have three different ways to solve this in a safer and arguably more proper way than...

Rsync's `--ignore-missing-args` would not help you with your use case. It silences errors about paths that 1) you gave on the command line or similar, and 2) does not exist...

This issues seems to have diverged from "warn when backing up only symlinks" to "add ability for restic to follow symlinks".

Hmm, at first I was thinking "dude, it's just one binary, what is there to install", but I realize it might be useful to have something like this for more...

@dimejo We're considering it, and thank you for the suggestion :)