Developer Guide
- Bareos Developer Notes
- Build And Test Bareos
- Automatic Version Generation
- Releasing Bareos
- Git Workflow
- Message Classes
- Bareos FD Plugin API
- Normal vs Command vs Options Plugins
- Loading Plugins
- loadPlugin
- Plugin Entry Points
- newPlugin(bpContext *ctx)
- freePlugin(bpContext *ctx)
- getPluginValue(bpContext *ctx, pVariable var, void *value)
- setPluginValue(bpContext *ctx, pVariable var, void *value)
- handlePluginEvent(bpContext *ctx, bEvent *event, void *value)
- startBackupFile(bpContext *ctx, struct save_pkt *sp)
- endBackupFile(bpContext *ctx)
- startRestoreFile(bpContext *ctx, const char *cmd)
- createFile(bpContext *ctx, struct restore_pkt *rp)
- setFileAttributes(bpContext *ctx, struct restore_pkt *rp)
- endRestoreFile(bpContext *ctx)
- pluginIO(bpContext *ctx, struct io_pkt *io)
- bool checkFile(bpContext *ctx, char *fname)
- Bareos Plugin Entrypoints
- bRC registerBareosEvents(bpContext *ctx, …)
- bRC getBareosValue(bpContext *ctx, bVariable var, void *value)
- bRC setBareosValue(bpContext *ctx, bVariable var, void *value)
- bRC JobMessage(bpContext *ctx, const char *file, int line, int type, utime_t mtime, const char *fmt, …)
- bRC DebugMessage(bpContext *ctx, const char *file, int line, int level, const char *fmt, …)
- void bareosMalloc(bpContext *ctx, const char *file, int line, size_t size)
- void bareosFree(bpContext *ctx, const char *file, int line, void *mem)
- Platform Support
- Daemon Protocol
- File Services Daemon
- Storage Daemon Design
- Catalog Services
- Configuration Parser
- Storage Media Output Format
- Bareos Porting Notes
- API
- TLS
- PAM
- Tests
- Bareos Regression Testing
- Bareos Memory Management
- TCP/IP Network Protocol
- Director Console Output
- Reservation
- Job Execution
- Python
- Webui