• 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.

Hard Disk Enclosure backup software.

wahur1

Limp Gawd
Joined
Jun 21, 2008
Messages
261
I have Hard disk Enclosure and now i want to sync few folders of my laptop. What i want to do is that as soon as i connect my hard disk enclosure it should sync those folder automatically as soon as the drive is connected. Can this be done?

Thanks.
 
you could create an autorun that launches a batch file which fires a robocopy C:\FOLDER E:\FOLDER /mir

one example. but enabling autoplay on external drives can be a bit fiddly depending on version of windows
 
I do a variation of this using Cobian Backup. You can setup a backup task to run at some short interval (like every 5 minutes). If the destination is not found at that time, it will continue to periodically rescan until it is found, then once found, backup (i.e: run missed backups). The process isnt instant, but it works.

A more custom version of this is to make an always-running script that searches for that location and just kicks off the sync when its found.
 
Back
Top