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?