• v0.6.0 c6e477f27e

    v0.6.0 Stable

    SisyphusMD released this 2026-01-13 16:26:36 -08:00 | 100 commits to main since this release

    Added

    • 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_THREADS configuration variable (default: 4)
      • Parallel upload/download threads for faster backups
      • Applied to backup, copy, restore, check, and prune operations
    • 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

    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