projects-jenz/file_mover
2021-10-30 23:52:37 +02:00
..
systemctl updated further 2021-10-30 23:52:37 +02:00
config_backups.json updated further 2021-10-30 23:52:37 +02:00
file_mover.py updated further 2021-10-30 23:52:37 +02:00
README.md updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups 2021-10-28 22:45:30 +02:00
remote_local_dir.py updated further 2021-10-30 23:52:37 +02:00
remote_sftp.py updated further 2021-10-30 23:52:37 +02:00
requirements.txt updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups 2021-10-28 22:45:30 +02:00
run_backups.sh updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups 2021-10-28 22:45:30 +02:00
run_demo_mover.sh updated directory name, changed configs and systemctl slightly, preparing to make it useable for backups 2021-10-28 22:45:30 +02:00

#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