Fully automated backups to Google Drive?

It would be really great if we could periodically get automated backups that are dropped into Google drive

Hey,
you can upload your backups with rclone e.g… Mattermost itself doesn’t offer backup capabilites itself but it’s being hosted on an unixoid OS you can use every backup program and a simple bash script for example.

Marco

1 Like

OK thanks Marco. I will investigate. I found this tutorial which I may try to get started.

What I aim to build (will place on Github) is a script that:

  1. Turns the MM service instance off
  2. Zips the mysql db and files (incremental or full depending on what the user chooses)
  3. Restarts the MM service
  4. Drops the file into google-drive
  5. Does everything via cron job
1 Like