I am using duplicati and thinking of switching to Borg. What do you use and why?

  • PoisonedPrisonPanda
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    automated with scripts

    would you like to share those or do you have references for creating such scripts? this is on my to do list since years but I always struggle where to begin with.

    • ipkpjersi@lemmy.one
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      They’re very personalized to my setup, so they’re not particularly useful in a general sense - I’d recommend something more like using this guide which seems to be pretty good: https://jumpcloud.com/blog/how-to-use-rsync-remote-backup-linux-system

      Learning bash has been great for me, it’s helped a ton being able to automate so many different things even just like installing and configuring specific applications to work the way I want, etc

      I think a script to manually run for manual backups plus a different script to run for automatic backups scheduled via cronjob is a great way to go.

      There’s of course more advanced things like zfs snapshots which I won’t get into, but I think my explanation as a general concept should be fairly useful.