Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Backing up a WordPress site to Bitbucket

Backing up a WordPress site to Bitbucket

I have a brand new WP site at A2 Hosting and hope to back up the site in its pristine condition, as my first code commit. That lets me easily see what changes I have made, and help me in the I changed something I should not have changed.

What parts of a WP site get backed up?

What parts of a WP site DO NOT get backed up?

How do you suggest I approach this...A2 Hosting > BitBucket?

Thanks
SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

I only said Bitbucket since I thought that was a valid way to back up WP. BlogVault sound much smarter.

Can I back up there and easily re-host elsewhere?

Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks
You're welcome!
Actually, using Bitbucket is a great idea, just not necessarily as a full backup solution.

A WP web site has 3 parts to it:
1. The code. The wordpress core files, admin, themes, and plugins. All of the php files, css, javasvript, fonts, icons, logos etc.
2. Uploaded binary files that are part of the content, such as images, pdf, movies etc.
3. A mysql database

I strongly recommend using a source version management system for the 1st item, the code. Bitbucket is a good fit for that, as well as github, gitlab and others. It will make your wordpress development and upgrade processes so much more effective and safer.