20 likes | 100 Vues
Learn how to use rsync for efficient data transfer and symbolic links for syncing files. Use rsync -avz --delete for optimal file synchronization from /source/appName/ to /target/appName/. Discover the benefits of symbolic links in the process. // TODO
E N D
rsync를 사용하는 경우 rsync -avz --delete /source/appName/ /target/appName
symbolic link를 사용하는 경우 // TODO