cloud-backup/.env.example
2022-03-15 14:51:34 +01: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"