fcp
fcp copied to clipboard
A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.
Currently `fcp` is a "do one thing, do it well" tool, but it lacks a lot of introspection. It would be nice if there were a `--progress` flag that printed...
`fcp` has made a lot of daily chores much faster, especially with Thunderbolt 3 (2.6GBps) and Apple Silicon internal gen4 SSD drives. Please consider joining https://github.com/sponsors ‼️
My wife asked me to transfer her photos from the backup location on my server to her usb thumb drive. In order than she can mount this drive on Windows...
`fcp` is pretty great, and I make a lot of use out of it! One feature that would be nice is a few flags... [] `-n/--no-clobber` [] `-a/--archive` [] `-d/--no-dereference`...
Thank you so much for `fcp`. It would be great to have it available via platform independent packages (i.e. [Flatpak](https://flathub.org/apps/search/fcp) and/or [Snap](https://snapcraft.io/search?q=fcp))
Also there may be option to set `POSIX_FADV_DONTNEED` for target files, so that they don't dangle in filesystem cache unnecessarily.
Sometimes I use `pv the_file > /path/to/other_file` just to have a progress bar around. A modernized file copying tool may have it built in.
For filesystems that support it, Linux offers the `FICLONE` operation of the `ioctl` syscall which results in what is commonly called a reflink and defers creating another copy of the...
`fcp` is an awesome project, and amazingly fast. However, it could be *even faster* if it used the `clonefile(2)` syscall on macOS. This is instantaneous and creates a copy-on-write file...
Will it help if we have to one lustre fs on SSD and other luster fs on NLSAS and i want to copy data from NLSAS to SSD