- Add internal/types package with type-safe wrappers for IDs, hashes, paths, and credentials (FileID, BlobID, ChunkHash, etc.) - Implement driver.Valuer and sql.Scanner for UUID-based types - Add `vaultik version` command showing version, commit, go version - Add `--verify` flag to restore command that checksums all restored files against expected chunk hashes with progress bar - Remove fetch.go (dead code, functionality in restore) - Clean up TODO.md, remove completed items - Update all database and snapshot code to use new custom types
255 lines
9.8 KiB
YAML
255 lines
9.8 KiB
YAML
# vaultik configuration file example
|
|
# This file shows all available configuration options with their default values
|
|
# Copy this file and uncomment/modify the values you need
|
|
|
|
# Age recipient public keys for encryption
|
|
# This is REQUIRED - backups are encrypted to these public keys
|
|
# Generate with: age-keygen | grep "public key"
|
|
age_recipients:
|
|
- age1cj2k2addawy294f6k2gr2mf9gps9r3syplryxca3nvxj3daqm96qfp84tz
|
|
|
|
# Named snapshots - each snapshot can contain multiple paths
|
|
# Each snapshot gets its own ID and can have snapshot-specific excludes
|
|
snapshots:
|
|
apps:
|
|
paths:
|
|
- /Applications
|
|
home:
|
|
paths:
|
|
- "~"
|
|
exclude:
|
|
- "/.Trash"
|
|
- "/tmp"
|
|
- "/Library/Caches"
|
|
- "/Library/Accounts"
|
|
- "/Library/AppleMediaServices"
|
|
- "/Library/Application Support/AddressBook"
|
|
- "/Library/Application Support/CallHistoryDB"
|
|
- "/Library/Application Support/CallHistoryTransactions"
|
|
- "/Library/Application Support/DifferentialPrivacy"
|
|
- "/Library/Application Support/FaceTime"
|
|
- "/Library/Application Support/FileProvider"
|
|
- "/Library/Application Support/Knowledge"
|
|
- "/Library/Application Support/com.apple.TCC"
|
|
- "/Library/Application Support/com.apple.avfoundation/Frecents"
|
|
- "/Library/Application Support/com.apple.sharedfilelist"
|
|
- "/Library/Assistant/SiriVocabulary"
|
|
- "/Library/Autosave Information"
|
|
- "/Library/Biome"
|
|
- "/Library/ContainerManager"
|
|
- "/Library/Containers/com.apple.Home"
|
|
- "/Library/Containers/com.apple.Maps/Data/Maps"
|
|
- "/Library/Containers/com.apple.MobileSMS"
|
|
- "/Library/Containers/com.apple.Notes"
|
|
- "/Library/Containers/com.apple.Safari"
|
|
- "/Library/Containers/com.apple.Safari.WebApp"
|
|
- "/Library/Containers/com.apple.VoiceMemos"
|
|
- "/Library/Containers/com.apple.archiveutility"
|
|
- "/Library/Containers/com.apple.corerecents.recentsd/Data/Library/Recents"
|
|
- "/Library/Containers/com.apple.mail"
|
|
- "/Library/Containers/com.apple.news"
|
|
- "/Library/Containers/com.apple.stocks"
|
|
- "/Library/Cookies"
|
|
- "/Library/CoreFollowUp"
|
|
- "/Library/Daemon Containers"
|
|
- "/Library/DoNotDisturb"
|
|
- "/Library/DuetExpertCenter"
|
|
- "/Library/Group Containers/com.apple.Home.group"
|
|
- "/Library/Group Containers/com.apple.MailPersonaStorage"
|
|
- "/Library/Group Containers/com.apple.PreviewLegacySignaturesConversion"
|
|
- "/Library/Group Containers/com.apple.bird"
|
|
- "/Library/Group Containers/com.apple.stickersd.group"
|
|
- "/Library/Group Containers/com.apple.systempreferences.cache"
|
|
- "/Library/Group Containers/group.com.apple.AppleSpell"
|
|
- "/Library/Group Containers/group.com.apple.ArchiveUtility.PKSignedContainer"
|
|
- "/Library/Group Containers/group.com.apple.DeviceActivity"
|
|
- "/Library/Group Containers/group.com.apple.Journal"
|
|
- "/Library/Group Containers/group.com.apple.ManagedSettings"
|
|
- "/Library/Group Containers/group.com.apple.PegasusConfiguration"
|
|
- "/Library/Group Containers/group.com.apple.Safari.SandboxBroker"
|
|
- "/Library/Group Containers/group.com.apple.SiriTTS"
|
|
- "/Library/Group Containers/group.com.apple.UserNotifications"
|
|
- "/Library/Group Containers/group.com.apple.VoiceMemos.shared"
|
|
- "/Library/Group Containers/group.com.apple.accessibility.voicebanking"
|
|
- "/Library/Group Containers/group.com.apple.amsondevicestoraged"
|
|
- "/Library/Group Containers/group.com.apple.appstoreagent"
|
|
- "/Library/Group Containers/group.com.apple.calendar"
|
|
- "/Library/Group Containers/group.com.apple.chronod"
|
|
- "/Library/Group Containers/group.com.apple.contacts"
|
|
- "/Library/Group Containers/group.com.apple.controlcenter"
|
|
- "/Library/Group Containers/group.com.apple.corerepair"
|
|
- "/Library/Group Containers/group.com.apple.coreservices.useractivityd"
|
|
- "/Library/Group Containers/group.com.apple.energykit"
|
|
- "/Library/Group Containers/group.com.apple.feedback"
|
|
- "/Library/Group Containers/group.com.apple.feedbacklogger"
|
|
- "/Library/Group Containers/group.com.apple.findmy.findmylocateagent"
|
|
- "/Library/Group Containers/group.com.apple.iCloudDrive"
|
|
- "/Library/Group Containers/group.com.apple.icloud.fmfcore"
|
|
- "/Library/Group Containers/group.com.apple.icloud.fmipcore"
|
|
- "/Library/Group Containers/group.com.apple.icloud.searchpartyuseragent"
|
|
- "/Library/Group Containers/group.com.apple.liveactivitiesd"
|
|
- "/Library/Group Containers/group.com.apple.loginwindow.persistent-apps"
|
|
- "/Library/Group Containers/group.com.apple.mail"
|
|
- "/Library/Group Containers/group.com.apple.mlhost"
|
|
- "/Library/Group Containers/group.com.apple.moments"
|
|
- "/Library/Group Containers/group.com.apple.news"
|
|
- "/Library/Group Containers/group.com.apple.newsd"
|
|
- "/Library/Group Containers/group.com.apple.notes"
|
|
- "/Library/Group Containers/group.com.apple.notes.import"
|
|
- "/Library/Group Containers/group.com.apple.photolibraryd.private"
|
|
- "/Library/Group Containers/group.com.apple.portrait.BackgroundReplacement"
|
|
- "/Library/Group Containers/group.com.apple.printtool"
|
|
- "/Library/Group Containers/group.com.apple.private.translation"
|
|
- "/Library/Group Containers/group.com.apple.reminders"
|
|
- "/Library/Group Containers/group.com.apple.replicatord"
|
|
- "/Library/Group Containers/group.com.apple.scopedbookmarkagent"
|
|
- "/Library/Group Containers/group.com.apple.secure-control-center-preferences"
|
|
- "/Library/Group Containers/group.com.apple.sharingd"
|
|
- "/Library/Group Containers/group.com.apple.shortcuts"
|
|
- "/Library/Group Containers/group.com.apple.siri.inference"
|
|
- "/Library/Group Containers/group.com.apple.siri.referenceResolution"
|
|
- "/Library/Group Containers/group.com.apple.siri.remembers"
|
|
- "/Library/Group Containers/group.com.apple.siri.userfeedbacklearning"
|
|
- "/Library/Group Containers/group.com.apple.spotlight"
|
|
- "/Library/Group Containers/group.com.apple.stocks"
|
|
- "/Library/Group Containers/group.com.apple.stocks-news"
|
|
- "/Library/Group Containers/group.com.apple.studentd"
|
|
- "/Library/Group Containers/group.com.apple.swtransparency"
|
|
- "/Library/Group Containers/group.com.apple.telephonyutilities.callservicesd"
|
|
- "/Library/Group Containers/group.com.apple.tips"
|
|
- "/Library/Group Containers/group.com.apple.tipsnext"
|
|
- "/Library/Group Containers/group.com.apple.transparency"
|
|
- "/Library/Group Containers/group.com.apple.usernoted"
|
|
- "/Library/Group Containers/group.com.apple.weather"
|
|
- "/Library/HomeKit"
|
|
- "/Library/IdentityServices"
|
|
- "/Library/IntelligencePlatform"
|
|
- "/Library/Mail"
|
|
- "/Library/Messages"
|
|
- "/Library/Metadata/CoreSpotlight"
|
|
- "/Library/Metadata/com.apple.IntelligentSuggestions"
|
|
- "/Library/PersonalizationPortrait"
|
|
- "/Library/Safari"
|
|
- "/Library/Sharing"
|
|
- "/Library/Shortcuts"
|
|
- "/Library/StatusKit"
|
|
- "/Library/Suggestions"
|
|
- "/Library/Trial"
|
|
- "/Library/Weather"
|
|
- "/Library/com.apple.aiml.instrumentation"
|
|
- "/Movies/TV"
|
|
system:
|
|
paths:
|
|
- /
|
|
exclude:
|
|
# Virtual/transient filesystems
|
|
- /proc
|
|
- /sys
|
|
- /dev
|
|
- /run
|
|
- /tmp
|
|
- /var/tmp
|
|
- /var/run
|
|
- /var/lock
|
|
- /var/cache
|
|
- /media
|
|
- /mnt
|
|
# Swap
|
|
- /swapfile
|
|
- /swap.img
|
|
# Package manager caches
|
|
- /var/cache/apt
|
|
- /var/cache/yum
|
|
- /var/cache/dnf
|
|
- /var/cache/pacman
|
|
# Trash
|
|
- "*/.local/share/Trash"
|
|
dev:
|
|
paths:
|
|
- /Users/user/dev
|
|
exclude:
|
|
- "**/node_modules"
|
|
- "**/target"
|
|
- "**/build"
|
|
- "**/__pycache__"
|
|
- "**/*.pyc"
|
|
- "**/.venv"
|
|
- "**/vendor"
|
|
|
|
# Global patterns to exclude from all backups
|
|
exclude:
|
|
- "*.tmp"
|
|
|
|
# S3-compatible storage configuration
|
|
s3:
|
|
# S3-compatible endpoint URL
|
|
# Examples: https://s3.amazonaws.com, https://storage.googleapis.com
|
|
endpoint: http://10.100.205.122:8333
|
|
|
|
# Bucket name where backups will be stored
|
|
bucket: testbucket
|
|
|
|
# Prefix (folder) within the bucket for this host's backups
|
|
# Useful for organizing backups from multiple hosts
|
|
# Default: empty (root of bucket)
|
|
#prefix: "hosts/myserver/"
|
|
|
|
# S3 access credentials
|
|
access_key_id: Z9GT22M9YFU08WRMC5D4
|
|
secret_access_key: Pi0tPKjFbN4rZlRhcA4zBtEkib04yy2WcIzI+AXk
|
|
|
|
# S3 region
|
|
# Default: us-east-1
|
|
#region: us-east-1
|
|
|
|
# Use SSL/TLS for S3 connections
|
|
# Default: true
|
|
#use_ssl: true
|
|
|
|
# Part size for multipart uploads
|
|
# Minimum 5MB, affects memory usage during upload
|
|
# Supports: 5MB, 10M, 100MiB, etc.
|
|
# Default: 5MB
|
|
#part_size: 5MB
|
|
|
|
# How often to run backups in daemon mode
|
|
# Format: 1h, 30m, 24h, etc
|
|
# Default: 1h
|
|
#backup_interval: 1h
|
|
|
|
# How often to do a full filesystem scan in daemon mode
|
|
# Between full scans, inotify is used to detect changes
|
|
# Default: 24h
|
|
#full_scan_interval: 24h
|
|
|
|
# Minimum time between backup runs in daemon mode
|
|
# Prevents backups from running too frequently
|
|
# Default: 15m
|
|
#min_time_between_run: 15m
|
|
|
|
# Path to local SQLite index database
|
|
# This database tracks file state for incremental backups
|
|
# Default: /var/lib/vaultik/index.sqlite
|
|
#index_path: /var/lib/vaultik/index.sqlite
|
|
|
|
# Average chunk size for content-defined chunking
|
|
# Smaller chunks = better deduplication but more metadata
|
|
# Supports: 10MB, 5M, 1GB, 500KB, 64MiB, etc.
|
|
# Default: 10MB
|
|
#chunk_size: 10MB
|
|
|
|
# Maximum blob size
|
|
# Multiple chunks are packed into blobs up to this size
|
|
# Supports: 1GB, 10G, 500MB, 1GiB, etc.
|
|
# Default: 10GB
|
|
#blob_size_limit: 10GB
|
|
|
|
# Compression level (1-19)
|
|
# Higher = better compression but slower
|
|
# Default: 3
|
|
compression_level: 5
|
|
|
|
# Hostname to use in backup metadata
|
|
# Default: system hostname
|
|
#hostname: myserver
|