Radified Community Forums
http://radified.com/cgi-bin/yabb2/YaBB.pl
Rad Community Technical Discussion Boards (Computer Hardware + PC Software) >> PC Hardware + Software (except Cloning programs) >> file backup program
http://radified.com/cgi-bin/yabb2/YaBB.pl?num=1243514866

Message started by Cookie Jar on May 28th, 2009 at 7:47am

Title: file backup program
Post by Cookie Jar on May 28th, 2009 at 7:47am
I realize the importance of backing up one’s files.  While Ghost is great for backing up the entire hard drive, it’s not practical for hourly backups.  In manually backing up. I’ve been burned by overwriting a current version of a file with an older version.  It's easy to loose track of which disk you're on as the folders are the same.  Using the copy command to copy large folders is time consuming.  I’d like to only copy files that have been changed.  I’m looking for a backup program that will store not only the latest version of a file, but the previous version.  Our PC has multiple plug-in hard drives.
Do you have any recommendations, preferably free?

Title: Re: file backup program
Post by Pleonasm on May 28th, 2009 at 9:07am
Cookie Jar, I use Connected Backup/PC, an online backup service.  In addition to providing off-site protection, it also saves the prior nine versions of a file, until the prior versions are 90 days old.  I have found this handy occasionally when I need to revert to a prior version of a saved file.

P.S.:  It's not free - but, it is good.

Title: Re: file backup program
Post by NightOwl on May 28th, 2009 at 10:01am
@ Cookie Jar

See this thread here:  Recovery Point Browers for File and Folder Backup???

Starting with reply #6, the posters mention xcopy, xxcopy, Second Copy 7, and Karen's replicator (free).

Google those to see what options they offer!

Here's Karen's Replicator

Looks like it has the function you want: 


Quote:
Options include repeated copies at intervals as short as a few minutes


But not sure if that is saving multiple versions, or over-writing previous copies if there has been a change.


Title: Re: file backup program
Post by Pleonasm on May 28th, 2009 at 3:10pm
Cookie Jar, I have no experience with this tool, but Backup4all claims to have the capability of tracking multiple versions of the same saved file.  You might want to give it a try, and please do post your observations in this thread.

Title: Re: file backup program
Post by Lurker on May 30th, 2009 at 9:51am
Few options for backing up files is any simpler or cheaper than what already comes with every MS OS.
It's an age old DOS program called "XCopy".

I use it daily, to keep "My Documents" and "My Files" and a few other select folders, backed up to my second hard drive.
I just wrote a simple batch routine incorporating the XCopy command and attached it to my 'Quick Shutdown' routine.  Of course, it could also be run by itself or even run from the "Task Scheduler" if desired.

With the proper switches at the end of the command line, XCopy will back up only files that have changed or do not exist in the backup folder (new files).

My backup batch file starts off like this, backing up everything under "My Documents".


Quote:
@Echo off
cls
Rem Backup My Documents and all sub-folders/files.
xcopy "C:\Documents and Settings\Randy\My Documents\*.*" "D:\My Documents\" /s /y /H /R /D


As needed or wanted, extra lines can be added to the batch file at any time with either Wordpad or Notepad and existing lines can be modified.

There's no need to add more software to your PC.

Well, that's my little solution to the files/folders backup problem, anyway. 

Radified Community Forums » Powered by YaBB 2.4!
YaBB © 2000-2009. All Rights Reserved.