Skip to content

Instantly share code, notes, and snippets.

@MSayib
Created October 9, 2023 07:45
Show Gist options
  • Save MSayib/1bf17f48dc14ccfe1410cee493d15446 to your computer and use it in GitHub Desktop.
Save MSayib/1bf17f48dc14ccfe1410cee493d15446 to your computer and use it in GitHub Desktop.
Copy/Duplicate data between server through SSH
rsync -Prave "ssh -l YOUR_SSH_USER -p YOUR_SSH_PORT" DIR_SOURCE REMOTE_TARGET_SOURCE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment