C++ Learning Community Forum
September 09, 2010, 08:02:51 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Hello. Smiley
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Share your method of backing up data  (Read 736 times)
syazhani
I wonder how long can titles be... because the longer it is the more attention I can get!
Dr. of C++ology
****
Posts: 529


Cats > Dogs


View Profile
« on: December 28, 2007, 10:08:24 PM »

Hello guys.

As programmers I'm sure a lot of us have a lot of data we'd like to not lose if HD fault or similar thing happens -- so share your way.

I use the came-with-distro-installation "tar" and store the backup in 2 different internal HDs (I have 3 total). I soon find it quite tedious to keep track of which files you want / no longer want to back up, and every time it takes a long time to archive.

I heard good things about "rdiff-backup" which perform backup only changes to files (very time saving) and considering to use it, but before that might want to know what others use.  Smiley

p/s: What is Incremental Backup?
Logged

"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."- Brian W. Kernighan

What people misunderstood about Islam presented in comical way: http://ummahfilms.com
ih8censorship
Megalomaniac!!!
Administrator
C++ guru
*****
Posts: 1241



View Profile
« Reply #1 on: December 28, 2007, 10:46:58 PM »

If were talking multiple machines rsync is nice.  If its something real important to me ill upload it someplace so it is physically away from me as well.
Logged

PC==perfect_companion

Knowledge cannot come packaged and predigested; it must be chewed over carefully before swallowed.

What have you tried?
Aseld
Archmaester
rand()%title;
**
Posts: 216



View Profile WWW
« Reply #2 on: December 29, 2007, 12:29:41 AM »

I wrote a script which compresses a list of files and directories read in from a text file and uploads it to both my local fileserver and my webserver. Another script cleans up backup files created more than four weeks ago. Said scripts are run via cron job every day.
Logged

Seismosaur
ez::esS::AI::Entity::Brain
C++ Freak
***
Posts: 462



View Profile
« Reply #3 on: December 29, 2007, 01:48:11 AM »

If I want to back something up, I have three hard-drives (40gb) several memory sticks, and loads and loads of CD-RWs Cheesy.
Logged

ih8censorship
Megalomaniac!!!
Administrator
C++ guru
*****
Posts: 1241



View Profile
« Reply #4 on: December 29, 2007, 02:11:21 AM »

Ya well i have a tape drive in one (dead) machine that i could stick in another (alive) machine. :p That would be pretty hardcore.
Logged

PC==perfect_companion

Knowledge cannot come packaged and predigested; it must be chewed over carefully before swallowed.

What have you tried?
zaqufant
Farmer Brown
Dr. of C++ology
****
Posts: 963


Harder, better, faster, stronger.


View Profile
« Reply #5 on: December 29, 2007, 08:30:54 PM »

Depending on how much I care about it, I'll put it on a CD. Otherwise, my HD had better not crash. But, the real important stuff is on a CD somwhere, that I update on the occasion that I do a major change to it.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!