New packages: - secubox-app-backup: Unified backup for LXC containers, UCI config, services - luci-app-backup: KISS dashboard with container list and backup history - secubox-app-mailserver: Custom Postfix+Dovecot in LXC with mesh backup Enhanced dnsctl with: - generate: Auto-create subdomain A records - suggest: Name suggestions by category - mail-setup: MX, SPF, DMARC record creation - dkim-add: DKIM TXT record management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
497 B
Plaintext
26 lines
497 B
Plaintext
# SecuBox Unified Backup Manager Configuration
|
|
|
|
config backup 'main'
|
|
option enabled '1'
|
|
option storage_path '/srv/backups'
|
|
option retention_days '30'
|
|
option max_backups '10'
|
|
option compress '1'
|
|
|
|
config schedule 'daily'
|
|
option enabled '0'
|
|
option type 'config'
|
|
option cron '0 3 * * *'
|
|
|
|
config schedule 'weekly'
|
|
option enabled '0'
|
|
option type 'full'
|
|
option cron '0 4 * * 0'
|
|
|
|
config remote 'gitea'
|
|
option enabled '0'
|
|
option url ''
|
|
option repo ''
|
|
option token ''
|
|
option branch 'master'
|