Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.02 KB

backup-google

A backup service using Google Cloud Storage.

Files are selected using the provided configuration and backed up using a service account.

Configuration

Configuration is provided using command-line flags and a YAML configuration file.

Detailed usage information is available using the -help flag.

Credentials

If a credentials file is not provided, service account credentials will be retrieved using Google Application Default Credentials (ADC).

Configuration file

  • files

    Glob patterns of files to backup. The gobwas/glob syntax is used to compile patterns.

Example

files:
  - foo.txt
  - foo/*/bar.txt
  - foo/**/baz.txt