Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rsync with ssh key

# This way you can do the job with your SSH key

rsync -Pav -e "ssh -i $HOME/.ssh/somekey" username@hostname:/from/dir/ /to/dir/
Comment

rsync ssh

# You'll need to fill in a username, the user's IP address, 
# and a file/directory to recieve
rsync -av remote-user@<IP address>:/path/to/remote/file /local/destination
Comment

PREVIOUS NEXT
Code Example
Shell :: delete branches in bulk git 
Shell :: docker auto start when reboot 
Shell :: git show unpushed commits 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: user no login centos 
Shell :: Git - delete specific branch 
Shell :: github add all files/directories and subdirectories 
Shell :: how to compress files using terminal in linux 
Shell :: how to install pip ubuntu python2 
Shell :: echo in red color linux 
Shell :: clone at a given commit github 
Shell :: Please install mariadb package manually 
Shell :: bluetooth does not work after lock ubuntu 
Shell :: git Removing Files Only From the Staging Area 
Shell :: vim :qa! 
Shell :: ubuntu start sublime 3 
Shell :: apt list available versions 
Shell :: linux curl upload file ftp 
Shell :: open folder from terminal 
Shell :: bin bash date save file 
Shell :: ffmpeg install ubuntu 
Shell :: c# powershell 
Shell :: how to add remote branch 
Shell :: gunicorn 
Shell :: bbb secret key 
Shell :: install spark 2.4.0 on ubuntu 
Shell :: list des group linux 
Shell :: cat meaning linux 
Shell :: how to use brew to install ganache 
Shell :: git pull conflict como fazer pull e sobreescrever tudo? 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =