• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

scripting a backup?

Fayd

Diamond Member
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.
 
Back
Top