UpBack! logs offer a detailed insight into what happens during the execution of jobs, providing valuable data that can assist in debugging processes. This guide demonstrates how to access these logs directly from your server console, ensuring you have the information needed to make informed decisions and adjustments.
To debug what's happening when a job fails, from the server console you can type the following commands:
journalctl -ru upback-agent
grep upback /var/log/messages
Retrieving and understanding UpBack! logs are essential steps in diagnosing and resolving issues with job failures. By following the simple commands provided, you can gain deeper insights into your server's operations, ensuring smoother and more reliable performance.