mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-13 17:43:42 +02:00

* wip(22w8a): add wip db and gcs client * wip(22w8b): bootstrapping fix * wip(22w8c): add first-run sql config * wip(22w8d): add sqlite abstraction * wip(22w8e): add filesystem handler * wip(22w8f): add folder walker * wip(22w8a): finish db writer * wip(22w9a): add item zipper * wip(22w9b): add gcs upload * Create README.md Co-authored-by: Cloud Shell <cloud-shell@victor-westerlund.iam.gserviceaccount.com>
7 lines
No EOL
127 B
Text
7 lines
No EOL
127 B
Text
SOURCE_FOLDER=
|
|
TARGET_BUCKET=
|
|
|
|
# Cloud provider "gcs, aws, azure"
|
|
SERVICE_NAME=
|
|
# Path to service account key file
|
|
SERVICE_KEY= |