updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
#simple file mover by jenz
|
||||
|
||||
##virtualenv venv
|
||||
|
||||
##source venv/bin/activate
|
||||
|
||||
##pip3 install -r requirements.txt
|
||||
|
||||
##config file: server specifics
|
||||
|
||||
##globally: apt-get install zip
|
||||
|
||||
|
||||
##python3 file_mover.py config.json
|
||||
|
||||
##systemctl enable file_mover.timer
|
||||
|
||||
##systemctl start file_mover.timer
|
||||
|
||||
##logging: journalctl -f -u file_mover.service
|
||||
|
||||
##logging: systemctl status file_mover.service
|
||||
|
||||
Reference in New Issue
Block a user