Skip to content

Version 2.53

Latest

Choose a tag to compare

@abbbi abbbi released this 07 Sep 07:30
· 2 commits to master since this release

Version 2.53

  • Add "--json" option to virtnbdbackup, virtnbdrestore and virtnbdmap: emits
    log messages (stderr, logfile and syslog) as one JSON object per line
    instead of plain text (#213)
  • Add output plugin "null" which will silenly drop data during backup
    operation: this can be quite handy for testing complete backup operations
    without wasting disk space. Can also be used for investigating possible
    performance problems ruling out the target storage as possible bottleneck,
    leaving only the NBD backend/read operation.

Full Changelog: v2.52...v2.53