I am writing to report an issue with the validation for the “Linux Bash Script” task.
I successfully completed all the steps outlined in the task description. The script ecommerce_backup.sh
was created on App Server 2 (stapp02
), and it successfully created the xfusioncorp_ecommerce.zip
archive and copied it to the Nautilus Backup Server (stbkp01
).
As you can see from the attached screenshot, I manually verified that the file exists on the backup server. The command ssh [email protected] "ls -l /backup/"
clearly shows the xfusioncorp_ecommerce.zip
file in the /backup/
directory on the server stbkp01
.
Despite this, the task was marked as failed with the error message: '- 'xfusioncorp_ecommerce.zip' not found under '/backup' on Backup Server'
.
It appears there may be a discrepancy in the validation check, as the file is present on the correct server as required. Could you please review the validation for this task?