Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Facebook

Backup

Python tutorial - IT technology blog
Posted inPython

Python Automation for Daily Tasks: File Cleanup, Backups, and Automated Notifications

Posted by By admin March 8, 2026
Learn how to write Python scripts to automate 3 real-world daily tasks: organizing folders by file type, backing up MySQL with automatic rotation, and monitoring a directory with Telegram notifications. Includes practical lessons on performance when handling large files.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Docker Volumes: Persistent Data Storage That Survives Container Restarts

Posted by By admin March 8, 2026
Lost an entire database at 2 AM because I forgot to use Docker volumes — here's the hard-won lesson and a guide to configuring volumes correctly for production, including backup and monitoring.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

MySQL Database Backup and Restore: Practical Lessons from Production

Posted by By admin March 6, 2026
A practical guide to MySQL database backup and restore based on real experience with a 50GB production database. Compares mysqldump, mysqlpump, and XtraBackup, with automation scripts and the 3-2-1 backup strategy.
Read More
Linux tutorial - IT technology blog
Posted inLinux

How to Use rsync for Efficient File Synchronization on Linux

Posted by By admin March 4, 2026
rsync solves the file synchronization problem more intelligently than plain cp by transferring only the data that has actually changed. This guide covers rsync from the basics through setting up automated SSH-based backups with real-world cron job examples.
Read More
Database tutorial - IT technology blog
Posted inDatabase

PostgreSQL Backup Done Right: Strategy, Automation, and Real-World Restore Testing

Posted by By admin March 4, 2026
PostgreSQL backup isn't just about running pg_dump and walking away — the more critical part is regular restore testing and monitoring backup file integrity. This post shares a battle-tested workflow with automation scripts, a comparison of pg_dump vs pg_basebackup, and a complete checklist to make sure your backups actually work when it counts.
Read More
Copyright 2026 — ITFROMZERO. All rights reserved.
Scroll to Top