cmd/ursrv, lib/ur: Collect and present encryption usage (#7448)

This commit is contained in:
Simon Frei
2021-03-10 22:26:56 +00:00
committed by GitHub
parent 5548a8eb7a
commit 9a001051d6
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -129,6 +129,7 @@ type Report struct {
BlockPullOrder map[string]int `json:"blockPullOrder,omitempty" since:"3"`
CopyRangeMethod map[string]int `json:"copyRangeMethod,omitempty" since:"3"`
CaseSensitiveFS int `json:"caseSensitiveFS,omitempty" since:"3"`
ReceiveEncrypted int `json:"receiveencrypted,omitempty" since:"3"`
} `json:"folderUsesV3,omitempty" since:"3"`
DeviceUsesV3 struct {