Select Page

Copy files with a progress bar

rsync –progress -vaz <from dir> <to dir> -v      Turn on verbose mode -a     This turns on archive mode. Basically this causes rsync to recurse the directory copying all the files and directories and preserving things like case, permissions, and...