Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Tag - backup

  • Tutorials

How to Backup Data on RHEL/CentOS via DVD

by tux
3 min read
Add Comment

INTRODUCTION Data backup is the process of making copies of data in order to protect and restore original files whenever data loss happens. Aside from automated routine data backup, this method does not protect against failure...

Continue reading

  • Tutorials

Full & Incremental MySQL Backup via Mysql-ZRM

by tux
5 min read
2 Comments

mysql-zrm is short for Zmanda Recovery Manager for MySQL. It lets you create full logical or raw backups of your databases , generate reports about the backups, verify the integrity of the backups, and recover your databases. It...

Continue reading

  • Quick Tips & Tricks

Backup Server files and MySQL database via FTP

by tux
3 min read
Add Comment

I had the chance to work as a systems administrator in an e-commerce company and they have Linux dedicated servers leased/purchase from a hosting provider. Dedicated servers compared to a shared hosting is you have full control...

Continue reading

  • Quick Tips & Tricks

Backup and Restore MySQL database

by tux
2 min read
1 Comment

Quick tip in backing up and restore your MySQL database: Backing up and Restoring MySQL database Backing up database: Syntax: mysqldump -u [username] -p [password] [databasename] > [backupfile.sql] o    [username] -database...

Continue reading

Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About