Author Topic: Saving in multiple locations?  (Read 4916 times)

cardinals7879

  • Guest
Saving in multiple locations?
« on: January 22, 2011, 01:13:04 am »
Yo guys, I save my programs to Dropbox and I keep a backup on my desktop. Is it possible to make Code::Blocks save to both locations everytime I press Control+S or save any other way?

THANKS IN ADVANCE!!  8)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Saving in multiple locations?
« Reply #1 on: January 22, 2011, 01:40:48 am »
Yes you can write a plugin, but better use git, svn or another VCS system.
They are better suited for storing source code in them, than a general backup solution like dropbox.

See here: http://en.wikipedia.org/wiki/Revision_control
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]