Showing posts with label Open Source. Show all posts
Showing posts with label Open Source. Show all posts

Wednesday, April 12, 2017

Yet Another Tiny Backup

Yet Another Tiny Backup


General information

Backup tool for one of my production instances. It implements very simple logic for my special requirements.

Algorithm: yatbackup can compress whole folder using specified archiver. In case, when another backup with same hash available in destination folder, new archive will be deleted.

Yes, it's all.

Why do I need it? I need create backup of some folder using cron, but I don't need duplicate archives.

Also, I need to understand that utility successfully finished, even no new archives was created.

Source code and documentation available here: https://github.com/JFF-Bohdan/yatbackup

Wednesday, April 15, 2015

SIM-Module. Python library for SIM900 (GSM/GPRS) modules. MIT licensed

sim-module

Python library for SIM900 (GSM/GPRS) modules. MIT licensed



Yahoo! I have published to the github.com my Python library for SIM900 GSM/GPRS modules - sim-module. It's MIT licensed and you can use it freely for commercial and non-commercial use.

You can find it here: https://github.com/JFF-Bohdan/sim-module

It can be used everywhere where you can find Python:
  • PC (Windows, Linux, Mac);
  • ARM computers with Linux: Raspberry Pi for example.

Now it supports HTTP POST and GET requests.

Enjoy!