Sunday, January 07, 2007
Isn't there a simple XCopy backup utility?
I bought an external hard drive yesterday. A Lacie 500 GB USB 2.0 drive for just 199 Euro. But now I'm struggling to find the kind of backup utility I want. I copied several directories, for example the My Documents directory to the new drive. But in the future I would just want to copy the new or changed files. I can do that by opening a DOS window and typing something like
xcopy "C:\Documents and Settings\Tobold\My Documents" F:\My_Docs /S /D /I /Y
but I would need to type that command for every directory I want to back up. Even in a batch file that isn't very user-friendly. I'd like some sort of utility which does such an incremental backup copy with a few clicks to select the directories. And I can't find the right one.
The problem is that most backup utilities refuse to simply copy files. They all want to pack the files into one big zip archive or something similar. The built-in Windows XP backup wizard creates .bkf files. Many other backup utilities use other form of proprietary archive files. I don't want that. The external hard drive is big enough to hold the files to be backed up withing zipping them. And I don't want to run into problems where when I want to restore a file, I absolutely need the same software that I used to archive. I just want to make an incremental copy which leaves the files as they are and is easy to not only restore, but also to copy to other computers.
Can anyone here recommend an incremental copy utility that doesn't pack files into archives but leaves them as they are?
Comments:
<< Home
Newer› ‹Older
ScriptCopy v1.1
http://www.xequte.com/other/otherpag.html
or
SyncBack Freeware
http://www.2brightsparks.com/downloads.html
should fit your needs... :)
http://www.xequte.com/other/otherpag.html
or
SyncBack Freeware
http://www.2brightsparks.com/downloads.html
should fit your needs... :)
A powerful tool from M$: Robocopy
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en
Robocopy can do loads of fancy copy operations, including synchronization of two directories.
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en
Robocopy can do loads of fancy copy operations, including synchronization of two directories.
Microsoft's SyncToy (http://www.microsoft.com/windowsxp/using/digitalphotography/prophoto/synctoy.mspx) might be what you're looking for.
If you need something a bit more robust you might look at GoodSync (http://www.goodsync.com/land/land.php?affid=googs&frm=frame4)
If you need something a bit more robust you might look at GoodSync (http://www.goodsync.com/land/land.php?affid=googs&frm=frame4)
EMC Retrospect does exactly what you need, but will cost you some $$$...
http://www.emcinsignia.com/products/smb/retroforwin/
http://www.emcinsignia.com/products/smb/retroforwin/
I use XXCOPY - www.xxcopy.com
xxcopy [source] [destination] /CLONE /YY
The clone will copy only changed files and will delete anything on the destination that has been deleted on the source. Make a batch file and schedule it in Windows task manager.
I'm going to check out some of the software that others linked, but for me it doesn't get any more basic than XXCOPY.
xxcopy [source] [destination] /CLONE /YY
The clone will copy only changed files and will delete anything on the destination that has been deleted on the source. Make a batch file and schedule it in Windows task manager.
I'm going to check out some of the software that others linked, but for me it doesn't get any more basic than XXCOPY.
Retrospect is the best Archive program I ever used. It originates from the Mac and was portet to the PC, but as Mac users arent usually experts it shows in the program: power to the user but no deep understanding necessary of the software.
I use
http://drivesnapshot.de/en/index.htm
yes, it does pack the whole drive into one file, yes, it does compress the stuff
BUT it's only 130kb (if i remember correctly), you can mount your image as a new drive (to ease access) and you can exclude big files from images and it's fast and simple ..
Post a Comment
http://drivesnapshot.de/en/index.htm
yes, it does pack the whole drive into one file, yes, it does compress the stuff
BUT it's only 130kb (if i remember correctly), you can mount your image as a new drive (to ease access) and you can exclude big files from images and it's fast and simple ..
<< Home