Answers for "linux copy status"

1

linux copy status

# cp does not have progress status.
# `-a` keep permissions
# `-h` human readable

rsync -ah --progress source destination
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language