Sawmill Creek

Go Back   Sawmill Creek > Off Topic Forum

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-18-2009, 4:04 AM
Brian Ashton Brian Ashton is offline
Member
 
Join Date: Jul 2007
Posts: 130
Computer backups

I have a separate partition on my laptop where all my files go that I would like to get some software to back up. Problem is all the software I've tried so far compresses and or changes the backup files so that you need that specific program to get access to the data. I would like to find a program that will scan the partition for changes and then copy them over to a USB HDD in a form that would allow me to take the USB HDD and plug it into any computer and get access to the files.

The mac has a program called time machine that allows that but I have no idea even how to google such a program for the PC... YOu end up with 10 million hits where they're all useless crap.

Anyone know of a software that will do that.
__________________
From the one that buys a mac and loads windows on it... YMMV
Reply With Quote
Ad Sponsored by Google
Ad Sponsored by Google
 
  #2  
Old 09-18-2009, 4:19 AM
Tom Veatch's Avatar
Tom Veatch Tom Veatch is offline
Contributor
 
Join Date: Jun 2007
Location: Wichita, Kansas
Posts: 1,701
I use the ntbackup.exe that comes packaged with XP. I have a home network and nightly, a scheduled job runs a script in the wee hours of the morning that backs up one machine to the other. I'm not certain what restrictions there might be on the destination hardware, but if the OS can recognize it as a tape drive or a hard drive, it will write to it.

I'm certain there are other backup packages that are more convenient, but at least with ntbackup, the price is right. And it allowed me to restore data files with no losses when a drive on one of the machines crashed. Personally, I have no backup needs that ntbackup doesn't meet quite well.
__________________
Tom Veatch
Wichita, KS
USA
Reply With Quote
  #3  
Old 09-18-2009, 8:42 AM
Shawn Patel's Avatar
Shawn Patel Shawn Patel is online now
Contributor
 
Join Date: Apr 2007
Location: New Jersey
Posts: 2,497
I know what yr looking for. There ARE programs that do it.

However, it's probably simplest if you just (don't laugh) use XCOPY from DOS. I've been using that for 11 years to back up incremental file changes for my company's indiv workstations and it's worked pretty flawlessly.

If you create a .bat file that has a line something like this:


XCOPY <source directory>*.* <target directory> /D/E/V/I/C/Y

Every time you click on it, it'll only copy the files with newer time stamps into the target directory. Everything else (in the source and targ) remains unchanged. This keeps the backup files in their original, uncompressed format, so you can search and retrieve them without having to mess with indexes or proprietary search tools.

You can even download a free scheduling program and have this run every day or week invisibly.

If you PM me, I'll send you a more complicated batch script that you can modify that'll create a log file that'll show you what got copied last.

You could call this kind of backup 'Neander', but 'round here, Neander has a certain romance...right?!
Reply With Quote
  #4  
Old 09-18-2009, 9:33 AM
Matt Meiser's Avatar
Matt Meiser Matt Meiser is offline
Contributor
 
Join Date: Mar 2003
Location: Ida, MI
Posts: 5,846
We use Windows Home Server at our house. It automatically backs up the member PC's nightly with a method that allows completely restoring a PC with a blank hard drive or pulling just one file from the backup. All our files are actually stored on the WHS computer's drives. Its got a scheme called Folder Duplication to prevent losing files from a single hard drive failure--not RAID, but achieves a similar result.

Then on top of that I back up all the files stored on the WHS computer to a USB drive attached to my shop PC which is physically separated from the house. I use Shawn's method for backing up things like photos, music, etc. I also run a job every night that write protects the photos to make it difficult to accidentally overwrite an original with a resized or cropped one. For our personal files and financial files, I do a weekly compressed backup that creates copies. That way if a file gets corrupted we can go back to a previous week's version. For that backup, I use a free compression utility called 7-Zip and some batch files I wrote.

Then on top of that I periodially burn a DVD of photos and take it to my parents.

If you've got a really fast network connection, you could look at something like Carbonite.
__________________

Reply With Quote
  #5  
Old 09-18-2009, 2:08 PM
paul cottingham paul cottingham is online now
Contributor
 
Join Date: Jun 2009
Posts: 195
We use synchback. There is a free version, and it gives you the choice of compressing or not compressing the data. Back it up to a r/w dvd or some form of removable media. Don't store backups on site cause a fire will take out your computer and your backup.
Reply With Quote
  #6  
Old 09-18-2009, 4:46 PM
Robert Eiffert's Avatar
Robert Eiffert Robert Eiffert is offline
Member
 
Join Date: May 2008
Posts: 38
Quote:
Originally Posted by Brian Ashton View Post
then copy them over to a USB HDD in a form that would allow me to take the USB HDD and plug it into any computer and get access to the files.
Assuming Windows, google SyncToy 2.0 It is / was a backup program designed by Microsoft.

Easy to install and set up. Will (at your choice of time) do it automatically or you can start it whenever you want.

It can mirror (exact copy, including deleting files off the remote when you delete on the computer) or can just update files as they are added or changed.

You can set it up so it updates computer B after making changes in computer A if you keep the same file structure on all three (or at least the portion that you are backing up.

And free.

We use it for docs and photography.

Last edited by Robert Eiffert; 09-18-2009 at 4:49 PM. Reason: added info -two computers
Reply With Quote
  #7  
Old 09-18-2009, 5:16 PM
Dave Johnson29's Avatar
Dave Johnson29 Dave Johnson29 is offline
Member
 
Join Date: Oct 2008
Location: Arizona
Posts: 1,246
Quote:
Originally Posted by Brian Ashton View Post
Problem is all the software I've tried so far compresses and or changes the backup files so that you need that specific program to get access to the data.
Try DoGoodSoftware.com for PPBackup.

It does what you want. You define what folders you want backed up then you can save that list under any name and as many lists as you like. When you do the next backup load that list in and select "Refresh Folder list" and it will add any new files.

It will optionally create the backup structure you backing up, or it can create master folders then it will create that structure in it.

It will only update the files that have changed.

It's Shareware so you get to try it for 30 days.
__________________
Dave J
Creator gave you two ears and one mouth so you can listen twice as much as you speak.
Cherokee Indian saying

ULS-1700, 25 Watt, + 50Watt home built laser
Corel v10 + Corel v5.0 + PS 6.0
Artran CNC bedmill 20" x 20" x 30" + Yuasa (HAAS) CNC rotary indexer, Emco 5 CNC Lathe
Machinist, Toolmaker, Draftsman, Mechanical Engineer, Computer Programmer, Journalist, Retired. Phew!
Reply With Quote
  #8  
Old 09-18-2009, 10:57 PM
Anthony Scira Anthony Scira is online now
Contributor
 
Join Date: Nov 2007
Location: Temecula, CA
Posts: 346
Carbonite

I really like Carbonite off site backup. It runs in the background and is only 54 dollars a year for unlimited backup size.

The BEST feature is you will have all your files if your PC is lost, stolen or house burns down. Its really cheap insurance.

And you get to try it free for 15 or 30 days.

I also have a little Dlink Network Attached Storage drive that I throw files onto for a more local backup. I think the NAS drive with 2 - 1TB drives ran about 300 bucks.
__________________
Epilog Helix 45
Corel Draw X4
Fully outfitted woodshop
I'm a PC...........

Reply With Quote
  #9  
Old 09-19-2009, 2:57 AM
Brian Ashton Brian Ashton is offline
Member
 
Join Date: Jul 2007
Posts: 130
Thumbs up

Really great help guys Thx!... I've got some homework for the weekend now
__________________
From the one that buys a mac and loads windows on it... YMMV
Reply With Quote
  #10  
Old 09-19-2009, 11:33 AM
Gord Pat Gord Pat is offline
Member
 
Join Date: Sep 2008
Location: Northern Ontario
Posts: 22
File Backup Prog

You could also take a look at Karen's Replicator, I use it to back up data folders etc.
It's easy to set up and run.
It's a freebee too.
You can find it here:
http://www.karenware.com/powertools/powertools.asp

No connection other than being a user.
Reply With Quote
  #11  
Old 09-19-2009, 12:05 PM
paul cottingham paul cottingham is online now
Contributor
 
Join Date: Jun 2009
Posts: 195
As an aside, I definitely wouldn't do backups to a partition or even a second drive on the same computer. Anything that creams the computer will cream your backups as well.
Reply With Quote
  #12  
Old 09-19-2009, 12:23 PM
Brad Wood's Avatar
Brad Wood Brad Wood is offline
Contributor
 
Join Date: Sep 2008
Location: Yacolt, WA
Posts: 452
I Like Shawn's method. I'm a DOS guy too and I still go to the command line to do stuff, and still write batch files to this day at work.
__________________
fledgling weekend warrior
Reply With Quote
  #13  
Old 09-21-2009, 9:48 AM
Curt Harms Curt Harms is offline
Contributor
 
Join Date: Feb 2003
Location: Doylestown, PA
Posts: 1,621
I've used a couple different methods

One is Syncback mentioned above. Another is Powerdesk Pro. I've always found Windows Explorer pretty sorry for file manipulation. You can get a free version here to try it out. The free version is crippled in that it doesn't support synchronization and some other functions. One caviat: the free version doesn't work well at all with Vista.
Reply With Quote
  #14  
Old 10-01-2009, 10:30 AM
Brian Ashton Brian Ashton is offline
Member
 
Join Date: Jul 2007
Posts: 130
Thx for everyone's suggestions and help. In the end my computing is going the way of my woodwork - neanderthal. I just bought two egg beater drills this week and now I'm using dos scripts. It's hard to believe there's all those programs out there when a dos script is so simple and efficient. It searches through about 50 gigs of data in multiple locations and backup only the changed files in probably a 20th of the time any other program has done. And best of all any computer can read and access the data on the drive without any proprietary software. Thx Shawn
__________________
From the one that buys a mac and loads windows on it... YMMV
Reply With Quote
  #15  
Old 10-01-2009, 12:01 PM
Shawn Patel's Avatar
Shawn Patel Shawn Patel is online now
Contributor
 
Join Date: Apr 2007
Location: New Jersey
Posts: 2,497
One more thing I like:

In your scheduler, or from the cmd prompt, you can 'pipe' the output to a text file.

something like this:

backup.bat > backup.txt

This will show all the files that actually got copied as of the last backup. I use that to determine if my script actually ran last nite.

Just make sure in the .bat file that you use a /f switch in yr xcopy command; that shows the full source and destination...
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 4:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.