rsync examples
The rsync command stands for Remote Synchronization.
The Linux command rsync is used to do a backup operation and fast copy file into the local system or remote system in UNIX/Linux.
rsync command examples
# rsync options source destination
$ rsync – zvr /var/www/website/ /root/tmp
$ rsync –avz /root/temp/ [email protected]:/home/linuxconcept/temp/
$ rsync –avz [email protected]:/var/lib/mysql /root/temp
rsync options source destinationrsync -chavzP --stats [email protected]:/path/to/copy /path/to/local/storage
Also in Shell:
- github compare commits
- "at" ubuntu script dschedule
- how to make a tarball in linux
- installing react router dom with yarn
- rails server already running
- delete git origin
- shell foreach line
- start-process id powershell
- gparted ubuntu
- install phantomjs
- git branch and checkout at the same time
- install node in nvm
- gcloud cd /root permission denied
- how to install emotion in gatsby
- remove remote git
- find out a branch a parent branch git
- github check local branches
- install npm globally
- install csv
- ubuntu add user to group
- how to kill tasks using grep
- how to create gitignore
- git return from detached head
- bash grep and sort