rsync -avz . -e 'ssh -p 23421' remoteuser@remote_ip:/gb500
- syncs the current directory (source) with the destination directory /gb500.
- connects on remote ssh port 23421 (changed 22 to 23421)
- syncs the current directory (source) with the destination directory /gb500.
- connects on remote ssh port 23421 (changed 22 to 23421)
No comments:
Post a Comment