Day 10: Linux Bash Scripts - task is showing incomplete/incorrect

Hello
I have tried Day 10: Linux Bash Scripts task multiple time and after following each step the task is showing incomplete/incorrect. Please review and assist.

  1. Zip archived file.
  2. Copied zip archived.
  3. Successfully copied zip archived into back server.
  4. Given the executable permissions.
  5. ssh-keygen to access the backup server without entering the password.
  6. execute the bash script, also can see the file in /backup of app server as well as in backup server.

I just did this and it worked for me. I assume you installed zip as well (you’d need to). This person has a sample script she used I based mine on – it worked fine. I edited the script as root, but made sure that it runs correctly as user steve (I was told to install all of this on App Server 2).