Kyle wrote:

Robocopy seems to be a great way to automate backups, and thanks to
dangerous dom, I have a script that will either perform the mirror or
the backup function.  But I want to be sure I understand what these two
functions do.  The way I understand it, backup will copy every file from
the source onto the destination that is not already on the destination
but will not delete any files at all.  Mirror will make an exact copy
of the source onto the destination and delete any files on the
destination that are not on the source.  Does either of these functions
ever make changes to the source files?

No, the source files are never modified in any way, moved or deleted.

Well, actually there are options you can give that will move the source files/directories rather than copy:

       /MOV : MOVe files (delete from source after copying).
      /MOVE : Move files and dirs (delete from source after copying).

But as long as you don't specify those options, the source files aren't touched.

Now, if I add files only to the source then it seems like either
function will do the same thing.  Is that correct?

Yes. The difference between the two is that /mir will cause files in the destination directory *that are no longer in the source directory* to be deleted. That is, the detination directory becomes an exact mirror of the source directory.

If I change some genre tags on the source, will both mirror and backup
make those changes on the destination?  How about MusicMagic/IP codes
saved to the track files?

Yes to both. Any kind of a change to a file will cause the file to be copied to the destination folder.

SBB










Visit our website at http://www.ubs.com

This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments.

_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to