Defition:
- ghost with slack, mailgun, smtp features
- mysql
- (backup/restore script) to Openstack Swift
See customization variables in Makefile
Start/Stop the stack (ghost and mysql)
make up
make down
Simple backup based on rclone and cron
- backup
DATA_DIRandDATA_DB_DIRas tar.gz - Destination path to Openstack swift.
- Before launch backup, you need all Openstack variables defined in current shell (
OS_)
# Source your os.rc
make install-rclone
make backup
A sample crontab script is available in scripts, to enable cron on current user
make enable-backup-cron
make install-rclone
make restore up