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
.env
file using.env.example
as an example - Run
python main.py