my-recipes/backend/run_backup.bat
2025-12-21 03:43:37 +02:00

4 lines
63 B
Batchfile

@echo off
cd /d "%~dp0"
python backup_db.py >> backup.log 2>&1