Tag: Backup

  • Passbolt – Backup/Export Password Database To Keepass

    Passbolt – Backup/Export Password Database To Keepass

    The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how.’The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how. Remember to keep it in a safe place, preferably encrypted cold-storage. Back me up […]

  • Kubernetes – Simple CronJob for MySQL/MariaDB Backup

    Kubernetes – Simple CronJob for MySQL/MariaDB Backup

    No Secret, No Configmap, No Fuzz. Just a command and args one-liner that gets the job done, day after day, with an invaluable result on the day that you reaaaally need it. Example Backup Cron: This will create a daily job (00:00, 12AM) that runs container image “mysqldump”, generously authored by docker.io/bigtruedata. It will store […]

  • How to: Add time/date stamp in Linux – Linux Tutorial

    Sometimes you need to add a handy time-stamp to your bash output. For back-up purposes, archiving-purposes or just for experimenting. Doing so is simple, you just need to add the $date command to your output. First, some basics (All the variables are case-sensitive): date – Display the current date %y – Add current year %m […]