
rsync:ai:3e130
rsync remote server
$ rsync -avz -e 'ssh' username@remote_server:/remote_path /local_path
try on your machine
This command will synchronize files and directories from a remote server to a local machine using rsync over SSH. Replace 'username', 'remote_server', '/remote_path', and '/local_path' with your respective values.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- rsync remote server?