2017 © Pedro Peláez
 

library laravel-google-drive-backup

A tool to add automatic backups to Google Drive

image

robertaskam/laravel-google-drive-backup

A tool to add automatic backups to Google Drive

  • Monday, January 15, 2018
  • by rbaskam
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 48 % Grown

The README.md

This is a Service Account Backup of your MySql DB to Google Drive

This will not be visible in your Google Drive UI

Setup

php artisan vendor:publish --provider="RobertAskam\BackupGoogleDrive\DriveBackupServiceProvider"

Go to config/drivebackup and set the necessary vars, (*1)

Google API

  • Go to https://console.cloud.google.com
  • Click APIS & Services
  • Click Library and Enable Google Drive
  • Click Credentials
  • Open the drop down in the middle that says create credientials and click Service Account Key
  • Create new service account
  • Role->Select Project then Owner
  • Make sure JSON is selected
  • Click create and copy the downloaded file into you Storage Folder and call it secret.json

Backup

To run manually use, (*2)

php artisan drivebackup:run

Or to Schedule just add the following to your Kernel, (*3)

$schedule->command('drivebackup:run')->daily();

Restore

To run manually use the following command, select the backup name you want, this will save it in Storage/app database name, (*4)

php artisan driverestore:run

, (*5)

The Versions

15/01 2018

dev-master

9999999-dev

A tool to add automatic backups to Google Drive

  Sources   Download

The Requires

 

by Robert Askam

05/01 2018

v1.2.1

1.2.1.0

A tool to add automatic backups to Google Drive

  Sources   Download

The Requires

 

by Robert Askam

05/01 2018

v1.2.0

1.2.0.0

A tool to add automatic backups to Google Drive

  Sources   Download

The Requires

 

by Robert Askam

05/01 2018

v1.1

1.1.0.0

A tool to add automatic backups to Google Drive

  Sources   Download

The Requires

 

by Robert Askam

04/01 2018

1.0.0

1.0.0.0

A tool to add automatic backups to Google Drive

  Sources   Download

The Requires

 

by Robert Askam