|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
The Backup program which ships with XP (ntbackup) when run appears to simply "group" all of the files and folder structure into a single uncompressed file. Alternately XCopy does basically the same thing, as both appear to be simply "file copy" backups.
Is there any great advantage one has over the other? I'm not concerned about the number of files XCopy produces, just looking more for a reliable file copy backup method. I usually compress the backups anyway when they complete as part of an automated process. I would love to hear of any experience or opinions. Thanks. |
|
|
|
|
|
#2 |
|
Ride 'em Cowboy
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
|
BIG difference between "group" all of the files and folder structure into a single uncompressed file and making copies of individule files.
Copied files don't require a backup program to restore them....
__________________
Stand Up 2 Cancer - SU2C |
|
|
|
|
|
#3 | |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Quote:
I just wanted to know if anyone has any practical experience and favors one method over the other. As I stated in my post above, I compress the backup results as part of an automated process, so either way there is a single file as the final output. |
|
|
|
|
|
|
#4 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
|
If you are postprocessing the backup anyway, I'd stick with xcopy. It's one less step to restore something that way if you have to. What are you doing - running xcopy in a batch or cmd file?
Check out this utility - it may have features you like that plain old xcopy doesn't. http://www.xxcopy.com/index.htm |
|
|
|
|
|
#5 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
What are you backing up? NTBackup will skip open files. I think that Xcopy will error out on them. This would only be an issue if you are backing up system files.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
|
|
#6 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
I'm just making a backup of web-sites. Nothing fancy. I'm currently using NTbackup.
The only time I forsee a locked file would be if an Access database was locked due to an "ldb" file present. I'll have to test how xcopy handles this. |
|
|
|
|
|
#7 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
|
xcopy can be set to continue on errors like that with the /c switch. Type xcopy /? for all the switches.
|
|
|
|
|
|
#8 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Definitely looks like XCopy is the way to go. Thanks for the help everyone.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|