#!/bin/bash # Cron job setup for automated database backups # Navigate to backend directory cd "$(dirname "$0")" # Run backup script python3 backup_db.py >> backup.log 2>&1