syntax = "proto3"; message BackupCategory { string name = 1; int32 order = 2; int32 flags = 100; }