citadel/backup/restic.conf
Nicolas Duhamel 75a1e66ed2 Initial commit: Add quantumrick backup system
- Automated backup system using Restic
- Systemd timer integration for scheduled backups
- Service management tools (start/stop/restore)
- Multi-service support with template-based configuration
- Backup and restore functionality with test/production modes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-23 17:05:19 +02:00

12 lines
301 B
Plaintext

# Restic configuration for Paperless NGX backups
# Generated on Mon Jun 9 11:45:41 CEST 2025
# Repository path
export RESTIC_REPOSITORY="/mnt/data/backup/quantumrick"
# Repository password
export RESTIC_PASSWORD="CHANGE-ME"
# Cache directory (optional)
export RESTIC_CACHE_DIR="/tmp/restic-cache"