Kopia logo

Kopia

Fast, secure backup tool with client-side encryption, deduplication, and a browser-based server UI

Alternative to: backblaze, crashplan, carbonite


About Versions (86)

v0.7.3

2020-10-11

This release focuses on CLI usability:

  • Improved restore performance (added parallelism)
  • Fixes for restoring symlinks
  • Added —force-color and —disable-color flags
  • Cleaned up console log output (removed timestamp by default, module) and refactored most output to use logger, so it can be controlled with flags. With this it’s now possible to have zero-output snapshot command suitable for crontab: kopia snapshot create --all --log-level=warning --no-progress

Changelog

c3ade4b0 b2: added exponential back-off around PutBlob() and DeleteBlob() (#679) 170bdeb9 cli: improved restore progress information (#678) 7d21eaa6 Cleanup old RPM and DEB packages from ‘unstable’ repositories (#677) 4d7f0cb6 Fixed symlink restore behavior on macOS (#673) 9d7cf71a Logging flags (#674) ec9c4d60 restore: support for parallelization (#668) 4fd0bcf7 cli: ‘snapshot create’ switched all stderr output to use logger (#663) d08c0526 cli: removed confusing default on ‘snapshot list’ that only lists last 100 snapshots per source (#666) 1962882a testing: use shorter RSA keys to speed up server tests (#665) 8659b45a cli: added —force-color and —disable-color flags (#664)