Copying files faster with rsync on linux


/ Published in: Bash
Save to your folder(s)

r : recursive
v: verbose
--progress : shows progress with percentage


Copy this code and paste it in your HTML
  1. rsync -rv file_path target_path --progress

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.