1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-backup-logs.adoc
2025-11-06 13:59:35 +00:00

23 lines
684 B
Plaintext

// Module included in the following assemblies:
//
// * microshift_troubleshooting/microshift-troubleshoot-backup-restore.adoc
:_mod-docs-content-type: PROCEDURE
[id="microshift-checking-backup-logs_{context}"]
= Checking backup logs
[role="_abstract"]
Backup logs can help you identify where backups are and what processes occurred during manual and automatic backups.
* Logs print to the terminal console during manual backups.
* Logs are automatically generated for `rpm-ostree` system automated backups as part of the {microshift-short} journal logs.
.Procedure
* Check the logs by running the following command:
+
[source,terminal]
----
$ sudo journalctl -u microshift
----