updating README file

This commit is contained in:
jenz 2023-05-07 16:34:52 +02:00
parent 7ddd33ef0d
commit cdf0d4e246

View File

@ -1,29 +1,32 @@
#simple file mover by jenz # simple file mover by jenz
##virtualenv venv # general compression: XZ_OPT='-T3 --memlimit-compress=70%' tar -cJf <name of compressed file> <Path to compress>
##source venv/bin/activate # general decompression: tar -xJf file.pkg.tar.xz
##pip3 install -r requirements.txt ## virtualenv venv
##config file: server specifics ## source venv/bin/activate
##globally: apt-get install zip ## pip3 install -r requirements.txt
##requires an ~/.my.cnf with ## config file: server specifics
## requires an ~/.my.cnf with
[mysqldump] [mysqldump]
host="" host=""
user="" user=""
password="" password=""
##python3 file_mover.py config.json ## python3 file_mover.py config.json
##systemctl enable file_mover.timer ## systemctl enable file_mover.timer
##systemctl start file_mover.timer ## systemctl start file_mover.timer
##logging: journalctl -f -u file_mover.service ## logging: journalctl -f -u file_mover.service
##logging: systemctl status file_mover.service ## logging: systemctl status file_mover.service