Configuration Reference

Every configurable field, documented.

Backup Source Configuration

Fields available when creating or updating a backup source.

FieldTypeDescription
pathstringAbsolute path to the source directory
namestringHuman-readable display name
groupstringOptional group label for organization
enabledboolWhether this source is active
schedulestringSchedule type: manual / hourly / daily / weekly / monthly
retentionstringRetention policy: keep_all / smart / custom
excludes[]stringGlob patterns for files to exclude
watch_modestringFile watch mode: auto / poll / disabled
compression_typestringCompression algorithm: none / zstd / s2 / deflate
compression_levelintCompression level (algorithm-dependent)
repo_paths[]stringList of repository paths to back up to

Repository Configuration

Fields available when creating or updating a repository.

FieldTypeDescription
pathstringLocal path for the repository
display_namestringHuman-readable display name
typestringStorage type: local / s3 / webdav
encryptionstringEncryption method
compressionstringCompression algorithm

Schedule Types

Available scheduling options.

TypeDescription
manualNo automatic backup. You trigger manually.
hourlyRun once every hour.
dailyRun once per day at a specified time.
weeklyRun once per week on a specified day and time.
monthlyRun once per month on a specified day and time.