Application that will copy files from explicit locations to folders on all externally connected drives.
Requires sqlite database populated with locations and blacklist information.
In powershell:
- Run
python -m venv venv - Run
venv/Scripts/activate - Restore packages with
python -m pip install -r requirements.txt
- Create
.envfile using.env.exampleas an example - Run
python main.py