Do you guys backup your main machines everyday? If so what software do you use for incremental backups?
backup software?
Collapse
X
-
extra hard drives and raid...<a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>
icq: 1 7 6 4 2 0 9 6 0
Gallery templates for ONLY $25! w00t! -
how fast is xcopy and can it be set to copy to a drive across a lan? (haven't used shit like this in many many years)Originally posted by Plugger
Is this for a server or your workstation?
For my Windows based workstation I use:
xcopy d:\* g:\d_drive\* /E /V /H /R /Y /I /D /C
you can get an explantion of xcopy with xcopy /?
That will do an incremental back-up . . . .SIG TOO BIGComment
-
Originally posted by Plugger
Is this for a server or your workstation?
For my Windows based workstation I use:
xcopy d:\* g:\d_drive\* /E /V /H /R /Y /I /D /C
you can get an explantion of xcopy with xcopy /?
That will do an incremental back-up . . . .
xcopy takes me back to the dos daysComment
-
Comment

Comment