© 2022 Hashnode
Introduction I'd just like to present a simple restic backup configuration I've been using that allows excluding a lot of unnecessary files via ignore patterns & by respecting .gitignore, thus shrinki…
What is and why use Rclone? Rclone is an open source cross platform data transfer utility. Rclone supports encrypting the local device data transfer configuration, prohibiting malware from accessing t…
Restic is a program that greatly simplifies the process of encrypted, incremental backups. Backblaze B2 is a pretty cheap cloud storage service that restic happens to support as a data storage backend. The first 10 GB of storage is free, wh…
DBSnapper is a developer tool that simplifies the process of creating, sanitizing, and loading database snapshots for development and testing purposes. You can find Installation and Quick Start inform…
Data protection has become one of the fundamental aspects of IT security. The need to back up data is no longer just an "Enterprise endeavor" but also essential for the average user in both offices an…
Nesse post vou mostrar como restaurar um backup de um banco de dados sql server sem precisar instalar o sql server diretamente na sua máquina pois usaremos um container docker. Dependências sqlcmd Do…
So recently, I received an M1 Mac Mini that I have rack-mounted for many different purposes in my house. As part of configuring this machine, I wanted to utilize Time Machine to my Synology NAS for my…
What is database backup? Database backup is the process of backing up the operational state, architecture and stored data of a database software through database replication. It can be done for both d…
What do you mean by server backup? A server backup is a concept using which we can create a copy of most of the content which is on a server and store it completely on a different server. The destinat…
Open SSH, Of course Copy paste the line below mysqldump -u USER -pPASSWORD DATABASENAME > mydb.sql Change the DATABASENAME to your own database name, USER to your username, and PASSWORD with your p…