cron to schedule a backup Error
When i try to execute backup.sh i am getting below error
./bacup.sh: line 1056:/usr/sap//HDB//trace/script_log_backup_fri.txt: No such file or directory
./bacup.sh: line 365:/usr/sap//HDB//exe/script_log_backup_fri.txt: No such file or directory
./bacup.sh: line 385:/usr/sap//HDB//exe/script_log_backup_fri.txt: No such file or directory
./bacup.sh: line 392:/usr/sap//HDB//exe/script_log_backup_fri.txt: No such file or directory
Please help me to Solve.
Thanks,
Gopinath.
There is a double // in your path.
Please check how you set up the paths for the script.
Thank you. i checked. i change the path in script. it is working.