rsync copy while displaying progress

To copy a file where source and destination are on the same host:

rsync -av --progress source_file_path destination_directory

To copy a file where source is on a server and destination is on your local host:

rsync -av --progress user@ip_address:source_file_path destination_directory
VN:F [1.9.22_1171]
Rating: 5.0/5 (1 vote cast)
VN:F [1.9.22_1171]
Rating: +1 (from 1 vote)
rsync copy while displaying progress , 5.0 out of 5 based on 1 rating
Facebook Twitter Email

Leave a Reply