Issue with Task Validation: 100Days ofDevops: Day 10: Linux Bash ScriptsLinux Bash Script

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?

Hi @hritikraj8804

I think there’s a misunderstanding. We need to copy the created archive to the /backup/ location on the Nautilus Backup Server, not on App Server 2. From your screenshot, it looks like you copied the zip file to App Server 2 instead of the Backup Server. Please try copying it to the Backup Server again.