Quick backup system for large projects
Posted
by kamziro
on Stack Overflow
See other posts from Stack Overflow
or by kamziro
Published on 2010-03-19T08:50:28Z
Indexed on
2010/03/19
8:51 UTC
Read the original article
Hit count: 356
backup
|remote-backup
I've always backed up all my source codes into .zip files and put it in my usb drive and uploaded to my server somewhere else in the world.. however I only do this once every two weeks, because my project is a little big.
Right now my project directories (I have a few of them) contains a hierarchy of c++ files in it, and interspersed with them are .o files which would make backing up take a while if not ignored.
What tools exist out there that will let me just back things up efficiently, conveniently and lets me specify which file types to back up (lots of .png, .jpg and some text types in there), and which directories to be ignored (esp. the build dirs)?
Or is there any ingenious methods out there that people use?
© Stack Overflow or respective owner