Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanbando/core
Simple backup-application for automated website backups.
https://github.com/nanbando/core
backup-cli cli-app hacktoberfest php symfony
Last synced: 15 days ago
JSON representation
Simple backup-application for automated website backups.
- Host: GitHub
- URL: https://github.com/nanbando/core
- Owner: nanbando
- License: mit
- Created: 2016-05-13T15:24:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:05:29.000Z (2 months ago)
- Last Synced: 2024-10-04T13:07:09.965Z (about 1 month ago)
- Topics: backup-cli, cli-app, hacktoberfest, php, symfony
- Language: PHP
- Homepage: https://asapo.at/projects/nanbando
- Size: 109 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Nanbando
[![Documentation Status](https://readthedocs.org/projects/nanbando/badge/?version=latest)](http://nanbando.readthedocs.io/en/latest/?badge=latest)
Nanbando is a simple application to automate website backups. It provides an elegant way to extend and configure the
backup parts. Nanbando has built-in support for various storage's and provides easy to use sync and fetch operations. It
was built with modularity, extensibility and simplicity in mind.## Installation
To install the application simply download the executable and move it to the global bin folder.
```bash
wget http://nanbando.github.io/core/nanbando.phar
wget http://nanbando.github.io/core/nanbando.phar.pubkey
chmod +x nanbando.phar
mv nanbando.phar /usr/local/bin/nanbando
mv nanbando.phar.pubkey /usr/local/bin/nanbando.pubkey
nanbando check
```After first installation you can update the application with a built-in command.
```bash
nanbando self-update
```The executable is signed with a OpenSSL private key.
## Requirements
* php ^7.4 || ^8.0
* ext-xml
* ext-curl
* ext-mbstring
* ext-zip## Documentation
See the official documentation on [nanbando.readthedocs.io](http://nanbando.readthedocs.io/en/latest/).