• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Program to mirror data to external drives periodically

Kettchxxii

Gawd
Joined
Jun 13, 2007
Messages
651
Anyone know of a simple trick to make sure data is mirrored to a set of external drives? I have three externals that I want to periodically make sure that they are mirrored to some specific folders on a micro server. OS is WHS 2011. Connection is usb2 :( In a perfect world I would unplug the externals and only plug them in to sync every now and again... simple script or program I should look at?
 
If you only want to do a one way mirror you could use robocopy.

robocopy "SOURCE" "DEST" /MIR

See robocopy /? for more options.
 
Back
Top