Backup with XCOPY
Posted: Sun Jul 30, 2006 7:17 pm
Here I'm always looking for a decent backup program & I found this on a tech site to use the built in Windows XCOPY to do it.
In a text file place this info: xcopy C: D:Backup /e/r/i/c/k/y/h/d
C: means I'm copying all of the C partition
D:Backup is my destination
For the first backup take the /d off of the string--this tells it to copy files dated newer then whats now in the backup, or in other words it copys just changed files.
You can find out what all those other parameters are by typing in a cmd prompt
xcopy /?
ANYWAy. Close this text file & rename it to Backup.bat & yer done.
This should also be able to be run from the task scheduler-I haven't tried it yet.
Its faster then hell.
Archived topic from Iceteks, old topic ID:4474, old post ID:35872
In a text file place this info: xcopy C: D:Backup /e/r/i/c/k/y/h/d
C: means I'm copying all of the C partition
D:Backup is my destination
For the first backup take the /d off of the string--this tells it to copy files dated newer then whats now in the backup, or in other words it copys just changed files.
You can find out what all those other parameters are by typing in a cmd prompt
xcopy /?
ANYWAy. Close this text file & rename it to Backup.bat & yer done.
This should also be able to be run from the task scheduler-I haven't tried it yet.
Its faster then hell.
Archived topic from Iceteks, old topic ID:4474, old post ID:35872