MySQL Backup on Yandex Disk with Cron
I wrote a very small python script that works in conjunction with another MySQL backup script to sync your backup on the Yandex disk service.
First, in order to do this, you should have a Yandex client installed. You can get the packages from the Yandex repo at http://repo.yandex.ru/yandex-disk/ .
More specific in Debian/ubuntu case just do a:
wget http://repo.yandex.ru/yandex-disk/yandex-disk_latest_amd64.deb
After that install the Yandex Console client as usual doing:
wget http://repo.yandex....
View full article