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
This is a standalone example showcasing parallelizing the copying of directory content to maximize performance. It also supports preserving file sparseness by scanning for zeroed blocks instead of using lseek(SEEK_HOLE/SEEK_DATA).
About
Preserve file sparseness while copying a file or a directory