Cron Job Logging File permissions..

  • Hi,

    I got a cron job running which outputs a log everytime it runs..

    Issue is the log I can only open trough ssh and cannot open it in windows pc through samba..it's clearly a permission issue...is there any way i can set permissions to each log to be readable ..

    cron looks like this..

    Thanks for any help

    Code
    30 4 * * * /storage/.kodi/userdata/Backup/backup.sh >> /storage/.kodi/userdata/Backup/Backup_logs/backup_log_`date +%d-%m-%Y_%H:%M`.log 2>&1