Skip to content

captive/oc-backup-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

Google Client ID and Secret Key

Command

php artisan captive:backup:db

Configuration

config/filesystem.php

    'backup' => [
            'driver' => 'googledrive',
            'clientId' => env('BACKUP_GOOGLE_CLIENT_ID'),
            'clientSecret' => env('BACKUP_GOOGLE_CLIENT_SECRET'),
            'refreshToken' => env('BACKUP_GOOGLE_REFRESH_TOKEN'),
            'folderId' => env('BACKUP_GOOGLE_FOLDER_ID'),
        ]

.env

BACKUP_GOOGLE_CLIENT_ID=
BACKUP_GOOGLE_CLIENT_SECRET=
BACKUP_GOOGLE_REFRESH_TOKEN=
BACKUP_GOOGLE_FOLDER_ID=

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages