mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
23 lines
684 B
Plaintext
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
|
|
----
|