mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-14 10:03:40 +02:00
9 lines
No EOL
206 B
Text
9 lines
No EOL
206 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=
|
|
# Path to service account key file
|
|
SERVICE_KEY= |