MySQL is an relation database management system to storing data in table format. It is an opensource database server available…
Browsing: backup
Did you know that MongoDB databases have a built-in way to make backups using the shell or the mongod process?…
This tutorial will help you to automate the Magento2 codebase and database backup process using a shell script. The script…
After writing a simple shell script for MySQL database backup. This is our new advance bash script for MySQL database…
For many years, I’ve been immersed in the world of Citrix XenServer, managing a fleet of XenServers via XenCenter on…
Subversion (SVN) is a widely used version control system that allows developers to track changes to their code and collaborate…
In the world of database management, ensuring the safety and integrity of your data is paramount. PostgreSQL, with its robust…
MongoDB is a popular NoSQL database that is used for storing large amounts of data in a flexible and JSON-like…
This article describes how to back up metadata for an individual Virtual Machines on Citrix Xen Servers. In this article,…
Crontabs are very useful in Linux for scheduling repeated jobs. We can schedule any script or command to run on…