Problem / Motivation
Some applications (e.g. Jellyfin) store data in plain files such as JSON, configuration files, or metadata inside specific directories. Currently, it's not always possible to include these folders directly in backups, which makes it harder to fully preserve or migrate setups.
Proposed Solution
Add support for backing up folders or files.
- Select one or more directories/files manually
Optionally, filters (include/exclude patterns) could be supported to fine-tune what gets backed up.
Alternatives Considered
Currently, the only workaround is to manually copy these folders outside of DBackup
Area
Database Adapters
Additional Context
This would be especially useful for self-hosted apps like Jellyfin and similar tools that store data in filesystem directories rather than databases.
Problem / Motivation
Some applications (e.g. Jellyfin) store data in plain files such as JSON, configuration files, or metadata inside specific directories. Currently, it's not always possible to include these folders directly in backups, which makes it harder to fully preserve or migrate setups.
Proposed Solution
Add support for backing up folders or files.
Optionally, filters (include/exclude patterns) could be supported to fine-tune what gets backed up.
Alternatives Considered
Currently, the only workaround is to manually copy these folders outside of DBackup
Area
Database Adapters
Additional Context
This would be especially useful for self-hosted apps like Jellyfin and similar tools that store data in filesystem directories rather than databases.