Add Comment
|
Related Links
|
TrackBack
Get cwRsync to Recognize Windows Drive LettercwRsync is a Windows port of the popular rsync UNIX utility. On UNIX, each drive is mapped to a directory, instead of being represented as a drive letter. Therefore, cwRsync also doesn't recognize Windows drive letter. There are two ways to transfer files between two Windows drives. One way is to map the Windows drive to a directory (much like UNIX) using the Windows mountvol command-line utility. The second method is to use the following directory convention: /cygdrive/[drive letter] Where [drive letter] is the letter 'a' to 'z' without the colon. All UNIX utilities ported using cygwin supports this convention. And cwRsync is no exception. An example to duplicate drive "m:" to drive "n:" is as follows: rsync -auv /cygdrive/m/ /cygdrive/n/ Now, isn't that easy? Chieh Cheng
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
139 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |