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 :: how to install winetricks 
Shell :: yum install package with version 
Shell :: centos install copmposer 
Shell :: ords version view 
Shell :: install storybook react 
Shell :: ubuntu openvpn client 
Shell :: taskbar directory windows 
Shell :: bash math expression 
Shell :: how to run .run file in linux 
Shell :: linux shell echo command with varia ble 
Shell :: erlang clear shell 
Shell :: install phantomjs 
Shell :: magento 2 configure cron command line 
Shell :: bash bc 
Shell :: bash: fork: Cannot allocate memory 
Shell :: install android studio from ubuntu terminal 
Shell :: expo channels list 
Shell :: bash set ifs to space 
Shell :: vscode save git credentials 
Shell :: install brain.js 
Shell :: copy from master to branch 
Shell :: conda install numba 
Shell :: install ionic 6 
Shell :: powershell list special built in accounts 
Shell :: home directory of wsl 
Shell :: docker compose rebuild image 
Shell :: kali linux 
Shell :: check maven version in ubuntu 
Shell :: git switch vs checkout 
Shell :: yarn install netlify 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =