How do i move my local django files to linode?
Does anybody know how do i move my local django files to linode?
I own postgres+django api server and i want to move it to my linode server.But how?
1 Reply
See:
https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/
You need to remember that scp(1) will overwrite the destination if it's able.
-- sw