← Back to tools
View AGENTS.md for rdiff-backup
rdiff-backup
Reverse differential backup tool over network or locally
Description
rdiff-backup is a reverse differential backup tool that works over a network or locally, using the same protocol as rsync to transfer and store data. It keeps a mirror of the current state plus reverse diffs for efficient incremental backups.
When to use this tool
✓ Good fit when
- You want rsync-based incremental backups
- You need network-capable backup tool
✕ Avoid when
- You need encryption built into the backup tool
AI Summary
Reverse differential backup tool using rsync protocol
Capabilities
- + Reverse differential backups
- + Network and local backup support
- + rsync-based data transfer
- + Keep incremental reverse diffs
Use When
- → You want rsync-based incremental backups
- → You need network-capable backup tool
Avoid When
- x You need encryption built into the backup tool