Skip to content

Commit

Permalink
Added documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Jun 29, 2015
1 parent e299907 commit 309e0c9
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# phpbu-laravel
Laravel backup package - integrates [phpbu](https://github.com/sebastianfeldmann/phpbu) with the laravel artisan command line tool.

A more detailed documentation can be found in the phpbu [manual](http://phpbu.de/manual/current/en/integrations.html).

[![Latest Stable Version](https://poser.pugx.org/phpbu/phpbu-laravel/v/stable.svg)](https://packagist.org/packages/phpbu/phpbu-laravel)
[![License](https://poser.pugx.org/phpbu/phpbu-laravel/license.svg)](https://packagist.org/packages/phpbu/phpbu-laravel)
[![Build Status](https://travis-ci.org/sebastianfeldmann/phpbu-laravel.svg?branch=master)](https://travis-ci.org/sebastianfeldmann/phpbu-laravel)
Expand All @@ -10,25 +12,13 @@ Laravel backup package - integrates [phpbu](https://github.com/sebastianfeldmann
## Features

* Creating backups
+ ArangoDB
+ Directories
+ Elasticsearch
+ MongoDB
+ MySQL
+ Percona XtraBackup
* Validate backups
+ Check min size
+ Comparing with previous backups
* Encrypting backups
+ mcrypt
* Sync backups to other locations
+ Amazon s3
+ copy.com
+ Dropbox
+ rsync
+ SFTP
+ FTP
+ Softlayer
+ All Laravel filesystems
* Cleanup your backup location
+ Delete backups older x
+ Store only x MB of backups
Expand Down

0 comments on commit 309e0c9

Please sign in to comment.