Solved "cp" features

Hi

Tried to copy a sparsed file from the filesystem over to an NFS share (FreeBSD 12.0p3) and did like in linux and run "cp --sparse=always SRC DEST". It however failed. It seems the cp command in FreeBSD does not support this flag. I used rsync --sparse instead to solve the issue...

Are there any "cp" or similar in the ports tree that is more feature rich that the std cp command?


Tnx
Peo
 
Back
Top