Skip to content

Instantly share code, notes, and snippets.

@Kei-jan
Created July 9, 2024 15:44
Show Gist options
  • Save Kei-jan/7314e8649cad1d59b4fbee03fe09f953 to your computer and use it in GitHub Desktop.
Save Kei-jan/7314e8649cad1d59b4fbee03fe09f953 to your computer and use it in GitHub Desktop.
rsync tips
rsync -avz -e "ssh -p [port]" /path/to/source/ user@ipaddress:/path/to/target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment