Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #rsync #ssh
ADD COMMENT
Topic
Name
6+2 =