Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 500 Bytes

File metadata and controls

13 lines (10 loc) · 500 Bytes

Ghost Backup

Python package to setup automatic backup for your Ghost blog. It uses Google Drive as backup host & Telegram for notification purpose. It has interactive CLI with on screen instructions. This script will automate the entire backup of your Ghost blog. By default, this script will set up the backup job to run every night at midnight.

Prerequisites

  • python3
  • pip

Installation

git clone https://github.com/gonzolively/ghost-backup && cd ghost-backup
python3 setup.py