1#!/bin/bash
2
3# Run the minidras script with reasonable arguments in the background, with daily logging
4
5nohup python3 ./minidras.py --loop -i /tcenas/fbf/mtg -o /tcenas/proj/offlinearchive/mtg --action copy --rotating-log-file minidras.log 2>&1 > /dev/null &