Tag: Backup

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Cybersecurity

Cyber security has become one of the main concerns for companies, organizations and individuals today. With the growing threat of cyber attacks, protecting our data and personal information has become a crucial task. In this post, we’ll talk about the main cybersecurity risks and some measures you can take to protect your data. Cyber security

Standard

Copying and restoring the entire disk in Linux with dd

All Linux distributions include a program that gives us the possibility of making reliable copies of the entire disk or partition, as well as restoring it. This is the “dd” command. Copying disk A to disk B: dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync In this example, we are copying the entire “/dev/sda” disk to the “/dev/sdb”

Standard

How to quickly back up MySQL in WAMP

Instead of dumping all the tables, as an alternative we can copy the necessary files from the MySQL “data” folder, and then restore these files in your new WAMP installation.   Copy all the files with the prefix “ib” and all the folders that correspond to the databases you want to back up, just as

Standard

How to Backup MySQL Database with Putty (SSH)

To back up a database using an SSH client, simply use the following command:   mysqldump –opt -Q -u usuário_banco-de-dados -p nome_banco-de-dados > backup.sql   Replace the names in bold with the user of your database and the name of the database. Below is a video lesson explaining the process:  

Latest news

Latest news directly from our blog.