unemployment Posted May 24, 2011 Share Posted May 24, 2011 Last night one of my css files got corrupt and sure enough, I didn't have a back up. I was wondering if there are any great back up tools out there that I can install on my linux server or if there was a php script I could use to download all of the files daily. If it matters, I have a mac. Quote Link to comment Share on other sites More sharing options...
gristoi Posted May 24, 2011 Share Posted May 24, 2011 you should look at using a code source reporitory. such as subversion, cvs or git Quote Link to comment Share on other sites More sharing options...
per1os Posted May 24, 2011 Share Posted May 24, 2011 If you want a true backup, I love CrashPlan. Best thing I did was install it on my server and pay the $5/month fee. Incase anything happens, everything is versioned offsite. I recently had a Corrupt MySQL Table and was able to go back 12 hours and restore the uncorrupted table. Saved my ass more then once. If you are just looking to have version control, svn / cvs / git / bzr / mercurial are all good. If you want a true backup I would suggest CrashPlan. (And yes it can run on a Linux Headless) Quote Link to comment Share on other sites More sharing options...
unemployment Posted May 24, 2011 Author Share Posted May 24, 2011 you should look at using a code source reporitory. such as subversion, cvs or git Any good guides on how to install subversion? I know nothing about this stuff and am looking for an easy walk through. Quote Link to comment Share on other sites More sharing options...
gristoi Posted May 24, 2011 Share Posted May 24, 2011 I have always found this to be a really good and easy reference to get you started: http://www.abbeyworkshop.com/howto/misc/svn01/ Quote Link to comment Share on other sites More sharing options...
Philip Posted May 24, 2011 Share Posted May 24, 2011 Any good guides on how to install subversion? I know nothing about this stuff and am looking for an easy walk through. Or over at Linode. However, this still doesn't protect against corrupted files on the server, or complete loss of files - especially around the database area. You'd need a backup service to keep yourself protected from that. I like using JungleDisk for my desktop backup, but they do have a server plan. Quote Link to comment Share on other sites More sharing options...
unemployment Posted May 24, 2011 Author Share Posted May 24, 2011 I'm looking for a free backup solution. At the very least an extremely cheap one. Any free tools that could give me a solid back up? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.