Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Hamill committed Feb 20, 2015
1 parent 84d819a commit adace4e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Laravel-Backup

Amazon S3 backup for Laravel V4.

Can back up:
- Databases
- Folders

... to an S3 account.


## Installation

Expand All @@ -12,6 +20,14 @@ Add the Service Provider to file app/config/app.php
- Jimtendo\LaravelBackup\LaravelBackupServiceProvider

Publish the configuration file and insert your keys and desired databases
and folders for backup.
and folders for backup into the resulting file.

- php artisan config:publish jimtendo/laravel-backup


## Usage

The following commands backup the databases

- php artisan config:publish jimtendo/laravel-backup
- php artisan backup:database
- php artisan backup:folder

0 comments on commit adace4e

Please sign in to comment.