■<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode"> <meta http-equiv="Content-Language" content="en-us"> <title>Cobian Backup 9 Help File - Mirroring</title> <link rel="stylesheet" type="text/css" href="CobStyle.css"> <style type="text/css"> .style1 { color: #FF0000; } .style2 { text-align: center; } </style> </head> <body> <div align="center"> &nbsp;<table border="0" width="600" id="table1"> <tr> <td> <h2 class="style2">Mirroring</h2> <p>This question has been featured in the FAQ since forever, but people keep asking the same thing over and over again: &quot;I want to make a backup of a directory. I delete some file on the original directory, but the program doesn&#39;t delete it from the destination&quot;. </p> <p>Well, let me tell you: <span class="style1">A BACKUP PROGRAM IS NOT A MIRRORING PROGRAM</span>. And this&nbsp; is a very dangerous feature to add for a backup program.</p> <p>A backup is a ONE WAY copy. If you delete a file as a mistake or if a virus destroy your data, you will EXPECT to find your files in the destination.<font color="#FF00FF"> </font> <span class="style1">If you implement a mirror, you&#39;ll find NOTHING there!</span></p> <p>A mirror is just a TWO-WAY copy and is perfect for other things, like maintaining two synchronized copies of some folder, but this doesn&#39;t fit in a backup program.</p> <p class="style1">Please DON&#39;T write me about adding this &quot;feature&quot; to the program because I&#39;ll just ignore your letter. </p> <p>BTW, if you really, really wnat to implement this, there are some ways to get a mirror-like reult: please consult the <a href="faq_en.htm">FAQ</a>.</p> <p class="style2"><a href="index_en.htm">Index</a></p></td> </tr> <tr> <td> <p class="style2">⌐ 2000-2008 by Luis Cobian<br> All rights reserved</td> </tr> </table> </div> </body> </html>