Files
clawd/config/README.md
2026-01-30 14:58:06 +00:00

785 B

Config Backup

Fișiere

  • clawdbot.example.json - configurare Clawdbot cu token-uri REDACTED
  • Backup complet (cu secrete) în /home/moltbot/backups/

Restaurare

  1. Copiază clawdbot.example.json în ~/.clawdbot/clawdbot.json
  2. Înlocuiește REDACTED cu valorile reale:
    • channels.discord.token - Discord bot token
    • channels.telegram.botToken - Telegram bot token
    • channels.whatsapp - se autentifică prin QR
    • gateway.auth.token și gateway.auth.password
    • tools.web.search.apiKey - Brave Search API key

Backup automat

Backup-ul complet se face manual sau prin cron:

cp ~/.clawdbot/clawdbot.json /home/moltbot/backups/clawdbot-$(date +%Y%m%d).json

Atenție

NU pune fișierul cu token-uri reale în git public!