Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux show copy progress

# dry-run
time rsync -rah --dry-run --info=progress2 --stats source destination

# real copy (Important! Do a dry run first and read the
# output summary to ensure you're copying what you intend!)
time rsync -rah --info=progress2 --stats source destination
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #linux #show #copy #progress
ADD COMMENT
Topic
Name
8+8 =