command-line rsync over ssh Posted October 8, 2022 Copying files from a remote system rsync --archive --verbose --progress user@remotehost:/remote/source/ /local/destination/ Thanks to: https://www.servers.com/support/knowledge/linux-administration/how-to-copy-files-between-linux-servers-using-rsync rsync