You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating archive hangs if target is linux socket (or folder with socket files inside).
At the same time, linux tar utility skips socket files, and ends process successfully.
When
When meets linux socket file
Current Behavior
Hangs
Steps to Reproduce
// If /var/run includes .sock filesawaittar.create({gzip: true,file: "run.tar.gz",},["/var/run"])
Expected Behavior
Creates archive
The text was updated successfully, but these errors were encountered:
What / Why
Creating archive hangs if target is linux socket (or folder with socket files inside).
At the same time, linux tar utility skips socket files, and ends process successfully.
When
When meets linux socket file
Current Behavior
Hangs
Steps to Reproduce
Expected Behavior
Creates archive
The text was updated successfully, but these errors were encountered: