lisa._kmod: Speedup copy overlay backend
FEATURE Use rsync when available in order to speedup the copy, as rsync is much faster than shutil.copytree() Python function.
Loading
Please register or sign in to comment
FEATURE Use rsync when available in order to speedup the copy, as rsync is much faster than shutil.copytree() Python function.