I have been using a VPS for a while to host some personal projects and services that I have been using. Lately I have start to think to move all my git projects into it aswell. But at the moment, I’m not really sure how to go about off site backups of the data. How do you usually go about running backups on your servers?

  • @ElferreritoOP
    link
    English
    11 year ago

    Thanks for sharing, I dind’t knew about restic, I will definetely have a look

    • @[email protected]
      link
      fedilink
      1
      edit-2
      1 year ago

      You can also feed database dumps directly into restic, like this:

      mysqldump --defaults-file=/root/backup_scripts/.my.cnf --databases mydatabse | restic backup --stdin --stdin-filename mydatabase.sql