Chanc.ee

12 Dec 2021

Moving files around for Crayon Munchers

Because I'm a crayon eating designer and not a coder. I use this instead of git (seriously, don't use git for GameDev) to manage version keeping.

Grabbing a directory:

scp -r user@host:/path/to/directory ~/path/to/local/directory

Sending a file:

rsync -avz -e 'ssh' --progress ~/origin/folder user@host:/destination/directory

https://chanc.ee/20211212-moving-files-around-for-crayon-munchers.html