docs - adding google drive instructions
silversword411 committed
Jun 17, 2022 at 16:00 UTC
a9ba445919112e08b1f072c51f0a25ec8062becb
7 files changed
+32
docs/docs/meshcentral/images/2022-06-17-15-56-14.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-56-14.png differ
docs/docs/meshcentral/images/2022-06-17-15-56-55.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-56-55.png differ
docs/docs/meshcentral/images/2022-06-17-15-57-03.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-57-03.png differ
docs/docs/meshcentral/images/2022-06-17-15-57-15.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-57-15.png differ
docs/docs/meshcentral/images/2022-06-17-15-57-30.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-57-30.png differ
docs/docs/meshcentral/images/2022-06-17-15-57-52.png
Binary files /dev/null and b/docs/docs/meshcentral/images/2022-06-17-15-57-52.png differ
docs/docs/meshcentral/index.md
+32
@@ -1188,6 +1188,38 @@ mongorestore --archive=backup.archive
1188
1189
This will re-import the database from the backup. You can then start MeshCentral again.
1190
1191
+### Backup to Google Drive
1192
+
1193
+```bash
1194
+sudo systemctl stop meshcentral.service
1195
+nano /opt/meshcentral/meshcentral-data/config.json
1196
+```
1197
+
1198
+Remove underscored items
1199
+
1200
+
1201
+
1202
+```bash
1203
+sudo systemctl start meshcentral.service
1204
+sudo systemctl status meshcentral.service
1205
+```
1206
+
1207
+Log into your MC:
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+Create desktop app
1214
+
1215
+
1216
+
1217
+Enter the Client ID and Client Secret into MC
1218
+
1219
+
1220
+
1221
+
1222
+
1223
## HashiCorp Vault support
1224
1225
MeshCentral has built-in support for HashiCorp Vault so that all configuration and certificates used by MeshCentral are retrieved from a Vault server. Vault is a secret store server and when used with MeshCentral, the MeshCentral server will not be storing any secrets locally. You can get started with Vault here: https://www.vaultproject.io/