I’m implementing a backup solution using the linuxserver Docker image, and my question is:
How do I intercept a backup when the error is:
“2025-11-14 08:55:54 -03 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-PathNotFound]: Excluding path due to path not found: /mnt/backups/cliente-01/\nDirectoryNotFoundException: Could not find a part of the path ‘/mnt/backups/cliente-01’.”
From what I understand, the directory wasn’t found. I forced this alert because I turned off the client’s VPN to simulate a crash! That’s where I need to act. I want to try again if the backup ends with “Warning or Error,” because if the VPN re-establishes the connection, the backup will complete successfully.