/backups-to-drive

Go tool to upload files

Primary LanguageGo

Upload file to Google Drive

Go tool to upload files

Prerequisites

Create a new Cloud Platform project & generate credentials.json for Drive API

Usage

$ go run *.go -i ${file} -o ${description}  -f ${folder}
Flag Required Description
-i True My file
-o False Description file
-f False Folder

Build binaries

In your terminal run: $ make

ToDo

Add Cron

Was done with love