Referensi melakukan backup dan restore database Maria Db
https://dev.to/nabbisen/mariadb-backing-uprestoring-databases-on-the-command-line-351j
#mariadb #database #backup #restore
https://dev.to/nabbisen/mariadb-backing-uprestoring-databases-on-the-command-line-351j
#mariadb #database #backup #restore
The Practical Dev
MariaDB: Backing Up/Restoring Databases On The Command Line
Backing up/restoring databases are good fellows for both development and management of services.This post is about how to back up/restore MariaDB databases on the command line instantly, based on MariaDB Corporation's "Backup and Restore Overview".
Melakukan backup data ke media penyimpanan lain dengan Rsync Linux
https://www.howtogeek.com/427480/how-to-back-up-your-linux-system/
#rsync #backup #storage #linux
https://www.howtogeek.com/427480/how-to-back-up-your-linux-system/
#rsync #backup #storage #linux
How-To Geek
How to Back Up Your Linux System With rsync
If your data is valuable to you, back it up, right from the Linux command line.
Menjalankan proses backup database MongoDb secara berkala dengan Node JS
https://levelup.gitconnected.com/how-to-set-up-scheduled-mongodb-backups-with-a-bit-of-node-js-b81abebfa20
#nodejs #backup #mongodb
https://levelup.gitconnected.com/how-to-set-up-scheduled-mongodb-backups-with-a-bit-of-node-js-b81abebfa20
#nodejs #backup #mongodb
Medium
How To Set Up Scheduled MongoDB Backups with a Bit of Node.js
With a couple of dependencies and some JavaScript, you can set up automatic backups on your servers for your MongoDB instances.