Link to home
Start Free TrialLog in
Avatar of ctrevino30
ctrevino30

asked on

Needs data backup software advise

I need to back up certain folders onto slave hard drive. I do't want to image entire HDD just need data backup. Need to automate this process without interaction during the backup. Anyone have good suggestions on software?
ASKER CERTIFIED SOLUTION
Avatar of kode99
kode99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of r-k
r-k

You can also use the XCOPY command that is built-in with all recent versions of Windows. just place it in a .BAT file and schedule the file to run at times of your choosing with the Scheduler control panel. For multiple folders just place multiple xcopy commands in your batch file. If interested please post a note here and I can post an example.
Copy works well, xCopy better, try xxCopy if you can find it
ditto  r-k , kiss it, don't make it harder if you do not have to
>  r-k
disagreeing, use help (RTFM)