Welcome, Guest. Please Login
 
  HomeHelpSearchLogin FAQ Radified Ghost.Classic Ghost.New Bootable CD Blog  
 
Page Index Toggle Pages: 1
Send Topic Print
file backup program (Read 4679 times)
Cookie Jar
N00b
Offline


I Love Radified!

Posts: 6
Tottenham ON Canada


Back to top
file backup program
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?
 
 
IP Logged
 

Pleonasm
Übermensch
*****
Offline



Posts: 1619


Back to top
Re: file backup program
Reply #1 - 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.
 

ple • o • nasm n. “The use of more words than are required to express an idea”
 
IP Logged
 
NightOwl
Radministrator
*****
Offline


"I tought I saw a puddy
tat..."

Posts: 5826
Olympia, WA--Puget Sound--USA


Back to top
Re: file backup program
Reply #2 - 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.

 

____________________________________________________________________________________________

No question is stupid ... but, possibly the answers are Wink !
 
IP Logged
 
Pleonasm
Übermensch
*****
Offline



Posts: 1619


Back to top
Re: file backup program
Reply #3 - 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.
 

ple • o • nasm n. “The use of more words than are required to express an idea”
 
IP Logged
 
Lurker
Gnarly
*
Offline


I Love Radified!

Posts: 42
GMT -5


Back to top
Re: file backup program
Reply #4 - 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. 
 

...
 
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print