This utility can download all of the content images from an existing Ghost site. This utility is useful for creating a backup, or for transferring the hosting of a Ghost site from one hosting service to another.
- Node.js 8.x or higher
- Creating a backup? Clone or download this repository to your computer.
Moving hosts and have access to the server? Clone or download this repository to the server where you are hosting your new instance of Ghost. - Change to the folder where you have downloaded this repository's files.
- Use
npm install
to install dependencies - Export your Ghost content and copy it to this repository's folder as
ghost.json
- Copy
config.sample.json
toconfig.json
and change the settings to match your blog URL and ghost environment. - Run the utility using
node .