Return to Snippet

Revision: 19515
at October 25, 2009 11:46 by godstroke


Initial Code
rsync -rv file_path target_path --progress

Initial URL


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

Initial Title
Copying files faster with rsync on linux

Initial Tags
linux, copy

Initial Language
Bash