A backup service using Google Cloud Storage.
Files are selected using the provided configuration and backed up using a service account.
Configuration is provided using command-line flags and a YAML configuration file.
Detailed usage information is available using the -help
flag.
If a credentials file is not provided, service account credentials will be retrieved using Google Application Default Credentials (ADC).
-
files
Glob patterns of files to backup. The gobwas/glob syntax is used to compile patterns.
files:
- foo.txt
- foo/*/bar.txt
- foo/**/baz.txt