Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 685 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 685 Bytes

Ponzu Backup

Usage

$ sh ponzu-backup.sh <user:password> <base url>

Example

$ sh ponzu-backup.sh gotoro:th3sush1ch3F https://api.ponzu-cms.org

Running this script will initiate an HTTP backup of all 3 components:

  • System (system.db)
  • Analytics (analytics.db)
  • Uploads (uploads.tar.gz)

Please feel free to add your own platform/shell specific scripts here within a top-level directory describing the platform or shell in which the script should be run. Then add the usage/docs above this as shown in the Bash section.

Thanks!