[erlang-questions] erl_tar:add continue on error

Tiago Cury tcury@REDACTED
Fri Jun 7 22:15:39 CEST 2013


Hi, I'm using erl_tar:add to create a backup from my server, but when it finds a kind of file type like socket it returns
immediately with a tuple {error, …reason…} and aborts the entire process.

Is there a way to erl_tar:add ignore these errors (skip just the bad file) and continue the operation?


More information about the erlang-questions mailing list