Giter Site home page Giter Site logo

vik0803 / laravel-backupper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pab89/laravel-backupper

0.0 1.0 0.0 145 KB

Laravel backup system, to backup your db both local and in the cloud and send reports of backups

License: MIT License

PHP 100.00%

laravel-backupper's Introduction

Installation

Step 1:

Add the serviceprovider class to config/app.php

'providers' => [ Milkwood\LaravelBackupper\LaravelBackupperServiceProvider::class ]

###Step 2

Remove the app path in the local driver root path in config/filesystem.php

'local' => [
    'driver' => 'local',
    'root'   => storage_path(),
]

###Step 3 Set up amazone s3 credencials

's3' => [
    'driver' => 's3',
    'key'    => 'XXX',
    'secret' => 'XXX',
    'region' => 'XXX',
    'bucket' => 'XXX',
]

Use

Commands

You have access to the following commands

1: backup:db

Backs up your database both locally in your storage folder and remotely to you s3

php artisan backup:db

2: backup:cleaner

Cleans up your backups both locally and remotely so that you don't keep out of date backups

php artisan backup:cleaner

3: backup:report

Sends out a report with the current backup files, so you can check everything has run as supposed

php artisan backup:report "receiver email" "receiver name"

laravel-backupper's People

Contributors

pab89 avatar

Watchers

vik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.