initial commit
This commit is contained in:
40
.env.example
Normal file
40
.env.example
Normal file
@@ -0,0 +1,40 @@
|
||||
# Configuration Borgmatic - Variables d'environnement
|
||||
# Copier ce fichier vers .env et remplir avec vos valeurs réelles
|
||||
|
||||
# ============================================
|
||||
# CONFIGURATION BORG
|
||||
# ============================================
|
||||
|
||||
# Passphrase de chiffrement Borg (si utilisé)
|
||||
BORG_PASSPHRASE=your-secure-passphrase-here
|
||||
|
||||
# Repository Borg
|
||||
# Exemples:
|
||||
# - Local: /mnt/backup/borg-repo
|
||||
# - Remote SSH: ssh://user@backup.example.com:22/path/to/repo
|
||||
# - BorgBase: ssh://xxxxx@xxxxx.repo.borgbase.com/./repo
|
||||
BORG_REPO=/path/to/borg/repository
|
||||
|
||||
# Clé SSH pour connexion au serveur de backup distant (si applicable)
|
||||
# BORG_RSH="ssh -i /root/.ssh/borg_backup_key"
|
||||
|
||||
# ============================================
|
||||
# NOTIFICATIONS NTFY
|
||||
# ============================================
|
||||
|
||||
# URL du serveur ntfy
|
||||
NTFY_URL=https://ntfy.sh/your-topic-name
|
||||
|
||||
# Authentification ntfy (format: username:password)
|
||||
# Laisser vide si pas d'authentification
|
||||
NTFY_USER=username:password
|
||||
|
||||
# ============================================
|
||||
# OPTIONS AVANCÉES
|
||||
# ============================================
|
||||
|
||||
# Niveau de log (0=minimal, 1=normal, 2=debug)
|
||||
BORGMATIC_LOG_LEVEL=1
|
||||
|
||||
# Désactiver les vérifications d'intégrité si nécessaire
|
||||
# BORGMATIC_SKIP_CHECKS=yes
|
||||
Reference in New Issue
Block a user