| zz's profilemen are hard to pleaseBlogListsGuestbook | Help |
|
8/16/2007 the backup tool u will ever needjust realize that windows has a buildin cmdline tool called "robocopy" for your backup needs. it is just efficient and powerful enough for this simple yet important task! check out the help options available for this command. a typical scenario of backup is that you want to keep an exact same mirror copy of your data to a different harddrive or external storage, e.g. d:\data -> h:\data-mirror. robocopy will copy all new and changed data from the source folder to your destination folder. please note that in mirror mode it is a one way mirror operation, i.e. only changes at the source folder will be updated to the destination folder. any changes in destination folder will be discarded by default. this is NOT a two-way synchronization solution, nor an image based ghost method. I do prefer a mirror method for backup data coz it's faster in an incremental manner, and backup system is a different thing to me.
hope this post helps. |
|
|