Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(copy): added new argument which can be passed called use native copy which defaults to nodejs copy recursive #57

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

Stradivario
Copy link
Member

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 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

Type of change

  • Non Breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant