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

* wip(22w9a): sql param fix * wip(22w9b): add azure * wip(22w9c): add single item backup * wip(22w10a): add logger * wip(22w11a): add aws support * Update README.md
15 lines
No EOL
422 B
Text
15 lines
No EOL
422 B
Text
# (Required) Absolute path to the local folder to back up
|
|
SOURCE_FOLDER=""
|
|
# (Required) Name of the remote bucket or container
|
|
TARGET_BUCKET=""
|
|
|
|
# (Required) Cloud provider (gcloud, aws, azure)
|
|
SERVICE_NAME=""
|
|
# (Required) Cloud provider access string or path to key file
|
|
SERVICE_KEY=""
|
|
|
|
# -----------------------------------------------------------
|
|
|
|
# (Optional) Path to log file and level
|
|
LOG_FILE=""
|
|
LOG_LEVEL="WARNING" |