There’s a quick and easy way to remove the ‘System Volume Information’ folder from a NTFS disk. Run these commands in an elevated shell:
Month: February 2021
Streaming MySQL backup
This week I needed to backup a Percona MySQL server.One solution for this, is to stop the MySQL server, create a mysqldump, and transfer it to your backup location. However, depending on your tables and data size, this might not be the best solution. Especially if the database you want to backup is a live… Continue reading Streaming MySQL backup