All Projects β†’ nanbando β†’ core

nanbando / core

Licence: MIT license
Simple backup-application for automated website backups.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to core

fuzzy-match
Library and command line utility to do approximate string matching of a source against a bitext index and get matched source and target.
Stars: ✭ 31 (+181.82%)
Mutual labels:  cli-app
maintainer
πŸ‘¨β€πŸ’» 🐳 Generate personal daily reports or summary, AUTHORS, CONTRIBUTING, CHANGELOG and so on for GitHub user or repository.
Stars: ✭ 199 (+1709.09%)
Mutual labels:  cli-app
random
Random data generator AKA faker
Stars: ✭ 14 (+27.27%)
Mutual labels:  cli-app
pyGinit
A simple github automation cli
Stars: ✭ 15 (+36.36%)
Mutual labels:  cli-app
whynote
Command Line Interface to Creating Notes/Tasks
Stars: ✭ 15 (+36.36%)
Mutual labels:  cli-app
roundup
un-official mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org for finding starter issues or log new issues.
Stars: ✭ 20 (+81.82%)
Mutual labels:  cli-app
web-ext-deploy
A tool for deploying WebExtensions to multiple stores.
Stars: ✭ 28 (+154.55%)
Mutual labels:  cli-app
qaz
qazβ€”A CLI tool for Templating & Managing stacks in AWS Cloudformation
Stars: ✭ 89 (+709.09%)
Mutual labels:  cli-app
surger
⚑ Is there surge pricing around me right now?
Stars: ✭ 20 (+81.82%)
Mutual labels:  cli-app
leak
Show info about package releases on PyPI.
Stars: ✭ 15 (+36.36%)
Mutual labels:  cli-app
win-wallpaper
Manage the desktop wallpaper on Windows
Stars: ✭ 62 (+463.64%)
Mutual labels:  cli-app
good-first-issues
Find good first issues right from your CLI! πŸš€
Stars: ✭ 64 (+481.82%)
Mutual labels:  cli-app
heel-gun
Test HTTP servers for robustness to arbitrary requests
Stars: ✭ 17 (+54.55%)
Mutual labels:  cli-app
tree-tree
No description or website provided.
Stars: ✭ 15 (+36.36%)
Mutual labels:  cli-app
s3kit
AWS S3 CLI tooklit
Stars: ✭ 21 (+90.91%)
Mutual labels:  cli-app
MinifyAllCli
πŸ“¦ A lightweight, simple and easy npm tool to π—Ίπ—Άπ—»π—Άπ—³π˜† JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as π‘ͺ𝑳𝑰 tool or π’Šπ’Žπ’‘π’π’“π’•π’‚π’ƒπ’π’† in TS/JS as a 𝑴𝑢𝑫𝑼𝑳𝑬 πŸ₯°
Stars: ✭ 21 (+90.91%)
Mutual labels:  cli-app
twifo-cli
🐀 Get user information of a Twitter user.
Stars: ✭ 24 (+118.18%)
Mutual labels:  cli-app
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+1781.82%)
Mutual labels:  cli-app
esp8266-oled-ssd1306-font-creator
Font creator for the esp8266-oled-ssd1306 library
Stars: ✭ 22 (+100%)
Mutual labels:  cli-app
delete-react-zombies
CLI to search and delete unimported 🧟components in your react βš›οΈ files
Stars: ✭ 70 (+536.36%)
Mutual labels:  cli-app

Nanbando

Documentation Status

Nanbando

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.

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].