I see many posts asking about what other lemmings are hosting, but I’m curious about your backups.

I’m using duplicity myself, but I’m considering switching to borgbackup when 2.0 is stable. I’ve had some problems with duplicity. Mainly the initial sync took incredibly long and once a few directories got corrupted (could not get decrypted by gpg anymore).

I run a daily incremental backup and send the encrypted diffs to a cloud storage box. I also use SyncThing to share some files between my phone and other devices, so those get picked up by duplicity on those devices.

  • KitchenNo2246@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    I use borgbackup + zabbix for monitoring.

    At home, I have all my files get backed up to rsync.net since the price is lower for borg repos.

    At work, I have a dedicated backup server running borgbackup that pulls backups from my servers and stores it locally as well as uploading to rsync.net. The local backup means restoring is faster, unless of course that dies.

      • sambal@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        undefined> AWS Glacier

        Going with S3 Glacier is probably the cheaper choice but 1TB for €8 with included access to the Office suite is an okay deal for me.

  • davad@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    Restic using resticprofile for scheduling and configuring it. I do frequent backups to my NAS and have a second schedule that pushes to Backblaze B2.

  • OutrageousUmpire@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    I realized at one point that the amount of data that is truly irreplaceable to me amounts to only - 500GB. So for this important data I back up to my NAS, then from there backup to Backblaze. I also create M-Discs. Two sets, one for home and one I keep at a fiends’ place. Then because “why not” and I already had them sitting around I also backup to two sd cards and keep them on site and off site.

    I also backup my other data like tv/movies/music/etc but the sheer volume of data gives me one option, that being a couple usb hard drives I back up to from my NAS.

  • Elbullazul@lem.elbullazul.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago

    I run a restic backup to a local backup server that syncs most of the data (except the movie collection because it’s too big). I also keep compressed config/db backups on the live server.

    I eventually want to add a cloud platform to the mix, but for now this setup works fine

  • cstine@lemmy.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I’m paying Google for their enterprise gSuite which is still “unlimited”, and using rclone’s encrypted drive target to back up everything. Have a couple of scripts that make tarballs of each service’s files, and do a full backup daily.

    It’s probably excessive, but nobody was ever mad about the fact they had too many backups if they needed them, so whatever.

  • JASN_DE@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    A kind of “extended” 3-2-1, more a 4-3-2. As nearly everything I host runs on Docker, I usually pause the stack, .tar.bz everything and back that up on several devices (NAS, off-site machine, external HDD).

    The neat thing about keeping every database in its own container is the resulting backup “package”, which can easily be restored as a whole without having to mess with db dumps, permissions, etc.

  • paco@fedia.io
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    321 strategy: 3 copies of everything important, 2 on-site, 1 in cloud. I have a TrueNAS Scale NAS running RAID5 on ZFS. All the laptops, desktops, etc. backup to the NAS. (Mostly Macs, so we use time machine over the network). So the original laptop/desktop is 1 copy. The NAS is a second copy on-site, and then TrueNAS has lots of cloud options. I use Amazon S3 myself, but there are lots of choices.

    Prior to this I had a Synology NAS. It was “small” (6TB), so it has a RAID mirror of 6TB drives and a single 6TB external USB that had a backup of the mirrored pair (second copy on-site). Then I also used Synology’s software to backup to S3.

    For my Internet-facing VMs, they all run in xcp-ng and I use Xen Orchestra to manage them. I run regular snapshots nightly, and then use NFS to copy them to a cloud server. That’s sloppy, and sometimes doesn’t work. So the in-the-house stuff is backed up well. The VMs are mostly relying on Xen snapshots and RAID 5.

  • Faceman🇦🇺@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I back up everything to my home server… then I run out of money and cross my fingers that it doesn’t fail.

    Honestly though my important data is backed up on a couple of places, including a cloud service. 90% of my data is replaceable, so the 10% is easy to keep safe.

  • bbbutch@feddit.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    i backup locally to a second NAS (daily)

    i use rclone crypt to backup to the cloud (hetzner storage box, weekly)

    the most important stuff i also backup to an external harddisk (from time to time, whenever i’m in the mood / have some spare time)

    • steven@feddit.nl
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      You basically described my backup strategy, although I do the Hetzner box daily too (on 1gbit synchronous fiber, so why not)

      • bbbutch@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        if i had a better upload connection than my current 10MBit i would also do it daily :D

  • local_taxi_fix@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    For PCs, Daily incremental backups to local storage, daily syncs to my main unRAID server, and weekly off-site copies to a raspberry pi with a large external HDD running at a family member’s place. The unRAID server itself has it’s config backed up to the unRAID servers and all the local docker stores also to the off-site pi. The most important stuff (pictures, recovery phrases, etc) is further backed up in Google drive.