Monday, March 8, 2010

cp with progress indicator by using rsync instead


# Instead of

cp -r folder destination_folder

# Use rsync instead

rsync folder destination_folder -P

No comments:

Blog Archive