1 / 2

Efficient Data Transfer with rsync and Symbolic Links

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

Télécharger la présentation

Efficient Data Transfer with rsync and Symbolic Links

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. rsync를 사용하는 경우 rsync -avz --delete /source/appName/ /target/appName

  2. symbolic link를 사용하는 경우 // TODO

More Related