Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/backup
A backup module
https://github.com/pluf/backup
Last synced: about 24 hours ago
JSON representation
A backup module
- Host: GitHub
- URL: https://github.com/pluf/backup
- Owner: pluf
- Created: 2017-10-14T12:36:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T00:48:24.000Z (over 3 years ago)
- Last Synced: 2024-07-13T01:22:26.329Z (4 months ago)
- Language: PHP
- Homepage: https://pluf.ir/wb/products/module/backup
- Size: 582 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backup
[![Build Status](https://travis-ci.com/pluf/backup.svg?branch=master)](https://travis-ci.com/pluf/backup)
[![codecov](https://codecov.io/gh/pluf/backup/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/backup)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/backup/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/backup/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/backup/badge.svg?branch=master)](https://coveralls.io/github/pluf/backup?branch=master)Make a zip file conatins all information from your tenant. It is requried to make a backup, create a report or use in other application. Each backup file will be stored on the server.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.