cloud-backup/.env.example
Victor Westerlund 76c006823e
Version 1.0 (#3)
* 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
2022-03-15 07:06:54 -08:00

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"