Introduced new argument to pass --use-native-copy which will fallback to nodejs implementation of recursive copy files and folders instead of default one rsync.
This change is introduced in order for people which doesn't have rsync installed to use firelink as intended.
Caution this implementation is not so efficient and it may take more time in comparison to `rsync
Issue
Description
Introduced new argument to pass
--use-native-copy
which will fallback to nodejs implementation of recursive copy files and folders instead of default onersync
. This change is introduced in order for people which doesn't haversync
installed to usefirelink
as intended.Caution this implementation is not so efficient and it may take more time in comparison to `rsync
Type of change