scripting a backup?

Fayd

Diamond Member
Jun 28, 2001
7,970
2
76
www.manwhoring.com
i'm trying to figure out how i'd go about scripting a backup of certain files... namely my appdata folder, documents folder, and pictures folder.

my initial reaction was to make a .bat with robocopy /mir source destination, set it to run once a day. but i'm worried that that might play with the junction settings. (like just copy-pasting the appdata folder did.. what a nightmare that was..)

so i want to just copy/paste the files, but without any of the special permissions or file ownership restrictions.