https://github.com/ponzu-cms/backup-scripts
backup scripts for Ponzu systems
https://github.com/ponzu-cms/backup-scripts
backup backup-script bash shell
Last synced: about 1 month ago
JSON representation
backup scripts for Ponzu systems
- Host: GitHub
- URL: https://github.com/ponzu-cms/backup-scripts
- Owner: ponzu-cms
- License: bsd-3-clause
- Created: 2017-04-05T21:12:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T21:35:35.000Z (about 9 years ago)
- Last Synced: 2025-08-08T19:06:19.946Z (11 months ago)
- Topics: backup, backup-script, bash, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ponzu Backup
## [Bash](https://github.com/ponzu-cms/backup-scripts/blob/master/bash/ponzu-backup.sh)
#### Usage
```bash
$ sh ponzu-backup.sh
```
#### Example
```bash
$ 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!