Crates.io | rfcp |
lib.rs | rfcp |
version | 2.0.0 |
source | src |
created_at | 2023-10-14 17:47:34.914452 |
updated_at | 2023-10-28 09:14:39.885459 |
description | Replacement for cp |
homepage | |
repository | https://github.com/keaz/rust-copy |
max_upload_size | |
id | 1003235 |
size | 34,226 |
This is a cli tool that try to replace unix cp command. This provides better performance than cp and more suitable for SSD.
cargo install --path .
rfcp -s=/source/folder -d=/destination/folder
brew install keaz/homebrew/rfcp
rfcp -s=/source/folder -d=/destination/folder
rfcp -s=/source/folder/ -d=/destination/folder
-s : Souce folder -d : Destintion folder -t : Number of threads to use copy files (default 3) -r : Number of threads to use read the filed (default 1) Note: for HDD use the default -b : Buffer size (default 10240)