| .. | ||
| systemctl | ||
| config_backups.json | ||
| file_mover.py | ||
| README.md | ||
| remote_local_dir.py | ||
| remote_sftp.py | ||
| requirements.txt | ||
| run_backups.sh | ||
| run_demo_mover.sh | ||
simple file mover by jenz
general compression: XZ_OPT='-T3 --memlimit-compress=70%' tar -cJf ovh_backup_2023.tar.xz /home/gameservers/
general decompression: tar -xJf file.pkg.tar.xz
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
config file: server specifics
requires an ~/.my.cnf with
[mysqldump] host="" user="" password=""