-
v0.6.0 Stable
released this
2026-01-13 16:26:36 -08:00 | 100 commits to main since this releaseAdded
- Local Disk Storage Backend: Support for local disk as a storage target alongside SFTP, B2, and S3
- Ideal as primary backup target with fast local backups
- Can be combined with remote storage for off-site redundancy
- Performance Optimization: Configurable thread count for duplicacy operations
- New
DUPLICACY_THREADSconfiguration variable (default: 4) - Parallel upload/download threads for faster backups
- Applied to backup, copy, restore, check, and prune operations
- New
- Interactive Restore Options: Advanced restore configuration wizard
- Hash-based file detection option
- Overwrite existing files option
- Delete files not in snapshot option
- Ignore ownership option
- Continue on errors option
- Customizable thread count for restore operations
- Graceful Container Shutdown: Docker containers handle SIGTERM properly
- Running backups are stopped gracefully on
docker stop - Prevents data corruption from forced termination
- Running backups are stopped gracefully on
Improved
- Restore operations now have configurable performance and behavior options
- Backup operations complete faster with parallel threading
- Docker container lifecycle management with proper signal handling
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Local Disk Storage Backend: Support for local disk as a storage target alongside SFTP, B2, and S3