Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSarah Hantaah
1,540 PointsBacking up
I've seen some people backup entire sites with plugins. Is this recommended or not? If it is fine what are the best pluging you recommend for this?
1 Answer
Liam Maclachlan
22,805 PointsHi there.
Are you using WordPress or is this a static site? And do you know if other people were using a Content Management System, or if they simply were using static files?
If they are using WordPress, I would recommend Updraft Pro (free version available without easy site migration features that will still protect your site with backups) as it is great for migrating entire WordPress sites and it is super easy to use. Other CMS's I'm unsure of but it would not surprise me, with a quick Google (or DuckDuck), that you would be able to find another one that is similar for Drupal or Joomla!
If you are build a site statically, I would recommend using a GIT VCS to back up your site. Treehouse have a course here that I would highly recommend. You may want to take the command lines basic course, if you have no experience with it. I learnt it in less that 3 days and am comfortable using the command line for GIT now :)