After run the .sh file the xfusioc_ecommerce.zip can be found in the backup folder of the backup server. Therefore it still says the file is not there.
Hi @Power313
Does your Bash script look something like this?
#!/bin/bash
zip -r /backup/xfusioncorp_ecommerce.zip /var/www/html/ecommerce
scp -r /backup/xfusioncorp_ecommerce.zip clint@stbkp01:/backup/
