14 lines
254 B
Markdown
14 lines
254 B
Markdown
#simple demo file mover by jenz
|
|
|
|
##virtualenv venv
|
|
|
|
##source venv/bin/activate
|
|
|
|
##pip3 install -r requirements.txt
|
|
|
|
##config file: server specifics
|
|
|
|
##python3 demo_mover.py config.json
|
|
|
|
##should be run with a .service triggered through a systemctl timer
|