mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-14 10:03:40 +02:00
9 lines
No EOL
230 B
Text
9 lines
No EOL
230 B
Text
# Path to the local folder to back up
|
|
SOURCE_FOLDER=""
|
|
# Name of the remote bucket (destination)
|
|
TARGET_BUCKET=""
|
|
|
|
# Cloud provider (gcs, s3, azure)
|
|
SERVICE_NAME=""
|
|
# Cloud provider access string or path to key file
|
|
SERVICE_KEY="" |