I have a cronjob that runs every saturday at 4am like:
0 4 * * 6 /var/lib/backup_weekly.sh >> /var/log/backup_weekly.log 2>&1
Is there a way to run a different script (backup_monthly.sh) at 4am the first saturday of every month? without running the script above (backup_weekly.sh)?