allow skipping errors while creating snowball archive#1868
Conversation
5ef6e79 to
583d2f6
Compare
klauspost
left a comment
There was a problem hiding this comment.
I guess this could work if the error is on the write side.
However, I don't really like the idea of returning 200, when some of the files haven't been written. It could hide a lot of problems.
it is when you don't care about source data if it's readable or not, very rarely practical but still applicable when you are recovering as much as you can from source to destination. |
583d2f6 to
79f7676
Compare
|
@harshavardhana Yes, I see that. I do however think for the majority you want 200 to mean "your files are safe". Another header? - I don't think modifying the body is an option. |
This is still optional right now default is still to throw errors. It's only useful rarely by some tools such as ziptransfer that I wrote @klauspost still a problem for you? |
79f7676 to
7f0ec61
Compare
7f0ec61 to
a444f25
Compare
No description provided.