- Rename all user-facing strings: Target→Source, Remote→Destination across TUI, docs, web dashboard, bash scripts, config examples, and README - Add go-to-path search input to both FolderPicker and RemoteFolderPicker Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
# gniza — Source Configuration
|
|
# Copy to targets.d/<name>.conf
|
|
|
|
TARGET_NAME="example"
|
|
TARGET_FOLDERS="/var/www,/etc/nginx"
|
|
TARGET_EXCLUDE=""
|
|
TARGET_INCLUDE=""
|
|
TARGET_REMOTE=""
|
|
TARGET_RETENTION=""
|
|
TARGET_PRE_HOOK=""
|
|
TARGET_POST_HOOK=""
|
|
TARGET_ENABLED="yes"
|
|
# Source Server (pull files from a source server before backing up)
|
|
#TARGET_SOURCE_TYPE="local" # local | ssh | s3 | gdrive
|
|
# SSH source
|
|
#TARGET_SOURCE_HOST=""
|
|
#TARGET_SOURCE_PORT="22"
|
|
#TARGET_SOURCE_USER="root"
|
|
#TARGET_SOURCE_AUTH_METHOD="key" # key | password
|
|
#TARGET_SOURCE_KEY=""
|
|
#TARGET_SOURCE_PASSWORD=""
|
|
# S3 source
|
|
#TARGET_SOURCE_S3_BUCKET=""
|
|
#TARGET_SOURCE_S3_REGION="us-east-1"
|
|
#TARGET_SOURCE_S3_ENDPOINT=""
|
|
#TARGET_SOURCE_S3_ACCESS_KEY_ID=""
|
|
#TARGET_SOURCE_S3_SECRET_ACCESS_KEY=""
|
|
# Google Drive source
|
|
#TARGET_SOURCE_GDRIVE_SERVICE_ACCOUNT_FILE=""
|
|
#TARGET_SOURCE_GDRIVE_ROOT_FOLDER_ID=""
|
|
# MySQL Backup
|
|
#TARGET_MYSQL_ENABLED="no"
|
|
#TARGET_MYSQL_MODE="all"
|
|
#TARGET_MYSQL_DATABASES=""
|
|
#TARGET_MYSQL_EXCLUDE=""
|
|
#TARGET_MYSQL_USER=""
|
|
#TARGET_MYSQL_PASSWORD=""
|
|
#TARGET_MYSQL_HOST="localhost"
|
|
#TARGET_MYSQL_PORT="3306"
|
|
#TARGET_MYSQL_EXTRA_OPTS="--single-transaction --routines --triggers"
|