Skip to content

Example backup files to Google Cloud Storage in Go

Notifications You must be signed in to change notification settings

jaberchez/gcs-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gcs-backup

This project contains an example to backup files to Google Cloud Storage in Go

Configuration

The configuration is a Yaml file with the following structure:

# List of directories to copy
directories:
  - "/dir"
  - "/path/to/another/dir"

googleCloud:
  nameBucket: gcp-bucket-backups     # Name bucket where store the files
  pathJsonKey: "sa-buckups-key.json" # Path to Google service account key

About

Example backup files to Google Cloud Storage in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages