Skip to content

Simple Ghost CMS exporter which can be used to automate DB exports via API

License

Notifications You must be signed in to change notification settings

sowoi/ghost-cms-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost-cms-exporter

Simple Ghost CMS exporter which can be used to automate DB exports via API

Prerequisites

Needs an Ghost CMS user with administrator privileges.

Usage

backupghost.py [-h] --ghost-url GHOST_URL --api-version API_VERSION --username USERNAME --password PASSWORD [--location LOCATION] [--retention RETENTION]

Options

  -h, --help            show this help message and exit
  --ghost-url GHOST_URL  URL of the Ghost CMS.
  --api-version API_VERSION API version.
  --username USERNAME   Username for Ghost CMS.
  --password PASSWORD   Password for Ghost CMS.
  --location LOCATION   Backup location. (default: script directory)
  --retention RETENTION Backup retention in days (default: never.)

About

Simple Ghost CMS exporter which can be used to automate DB exports via API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages