Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: kill port windows 
Shell :: alpine install psql 
Shell :: unistall filezilla ubuntu 
Shell :: install docker on Amazon Linux 2 AMI 
Shell :: delete ip by ufw 
Shell :: ec2 ubuntu default password 
Shell :: bash slurm view jobs from date 
Shell :: how to steal stolen deleted code... from github... 
Shell :: linux typing hebrew 
Shell :: bash sort strings by frequency 
Shell :: raspberrypi-ui-mods kept back 
Shell :: failed to get canoncal path of airootfs 
Shell :: git rebase develop into feature 
Shell :: docker compose install manjaro 
Shell :: install rustup 
Shell :: fatal: the remote end hung up unexpectedly 
Shell :: update homestead after yaml change 
Shell :: ngrok with netcat 
Shell :: sudo /opt/lampp/lampp start not working on linux 
Shell :: apt sources.list amd64 only 
Shell :: ubuntu install blender 
Shell :: installation directory must be on local hard drive 
Shell :: date linux minus 1 day 
Shell :: how to scp or ssh to gcp instance 
Shell :: gcloud list current CLI Configuration 
Shell :: batch run command in new terminal window 
Shell :: Authentication is required to create a color managed device 
Shell :: check memory speed 
Shell :: All matches were filtered out by modular filtering for argument 
Shell :: find a file in all subdirectories in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =