Sorry, this entry is only available in 日本語.
All posts by Kenji
Using rsync instead of scp
When trying to copy files to a server using scp
, and wanting to exclude a specific directory (such as cache) during the copy process, I used the following method. This was performed for an AWS EC2 instance. Since I have all the server-side code in a single Git repository, I wanted to copy only a portion of it to the server.