Might as well do a backup to save myself grief and insanity if something goes wrong in the future

WD 250GB SATA-II
WD 500GB SATA-II
OK.AmIdYfReAk wrote:i see internal as just another drive.. and its contantly running as are the regular drives.
so it only becomes another HDD, Rather then a dedicated backup drive.
Code: Select all
robocopy "C:\Users\Chris\Documents" "I:\Backup\CHRIS-DT\Documents" *.* /MIR /LOG:CHRIS-DT_Documents.txt /TEE /NP
robocopy "C:\Users\Chris\Pictures" "I:\Backup\CHRIS-DT\Pictures" *.* /MIR /LOG:CHRIS-DT_Pictures.txt /TEE /NP
robocopy "C:\Users\Chris\Downloads" "I:\Backup\CHRIS-DT\Downloads" *.* /MIR /LOG:CHRIS-DT_Downloads.txt /TEE /NP