- 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>
12 lines
301 B
Plaintext
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"
|