tape: implement encrypted backup - simple version
This is just a proof of concept, only storing the encryption key fingerprint inside the media-set label.
This commit is contained in:
@ -422,6 +422,7 @@ async fn read_label(
|
||||
.column(ColumnConfig::new("pool"))
|
||||
.column(ColumnConfig::new("media-set-uuid"))
|
||||
.column(ColumnConfig::new("media-set-ctime").renderer(render_epoch))
|
||||
.column(ColumnConfig::new("encryption-key-fingerprint"))
|
||||
;
|
||||
|
||||
format_and_print_result_full(&mut data, &info.returns, &output_format, &options);
|
||||
|
Reference in New Issue
Block a user