Skip to content

Instantly share code, notes, and snippets.

@erassynathingo
Created May 3, 2021 23:49
Show Gist options
  • Save erassynathingo/975022b058aca86ae7fe102f9ceafeb8 to your computer and use it in GitHub Desktop.
Save erassynathingo/975022b058aca86ae7fe102f9ceafeb8 to your computer and use it in GitHub Desktop.
rsync -avz --del ./build/ root@fractalworx.com:/var/www/html
rsync -avz --del "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress ./build/ fractalworx.com:/var/www/html
rsync -avz --del \"ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null\" --progress ./build/ fractalworx.com:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment