About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
paulomartinhago
10/27/2018 - 9:40 PM
share
Share
add_circle_outline
Save
Fazer download dos arquivos de um servidor via rsync
download-rsync.sh
content_copy
file_download
rsync -Cravzphe "ssh -o StrictHostKeyChecking=no -p 22" user@host:/path/to/download .
clear