msgodel 3 hours ago

I have a "stuff" git repo where each machine has a branch. Anything I create that should persist more than a day or two but doesn't have another home gets committed to that and pushed to a VPS.

I've been experimenting with different systems for archiving binary files like images but so far there's nothing I've stuck with. I just don't keep that many of them so the few that I do go in ~/stuff and just consume twice the disk space they should.

One nice thing is that I have bash keep its history there with datestamps and hostnames. So c-r works on all my machines (I typically merge every time I switch between computers) which is super cool.

lakotasapa 4 hours ago

Yeah great question. With family members including not living with you. It's virtually impossible to backup from iPad/Phones to android phones and tablets and multitudes of PC's Linux to iOS to Wintel.

Eagerly awaiting answers from you all but for now...

  1. rsync from where I can.
  2. manually copy whenever I get the device in hand.
  3. backup cronjobs from omv server
  4. my main desktop use Timeshift
  5. LocalSend
Also trying to use Immich once I can get a stabilized build. Had to rescrape entire pic/vid family lib of 3TB multiple times.

Also cronjobs to attached USB and NAS to have backups of backups of backups.

No one seems to realize every household is a micro enterprise!

Then make matter worse, with all the tightening of security. It's harder and harder to remote into and recv/xfer files l.

BrunoBernardino 3 hours ago

For important files I have my own bewCloud instance (Nextcloud alternative I've created) which syncs directories via rclone. For system backups I have physical SSDs that I connect via USB (using Déjà Dup for Linux, Time Machine for macOS). Every month I'll also do a separate encrypted backup of my home directory to Backblaze. For my GrapheneOS phone, I don't care (it's barely got anything). For my iPhone, iCloud.

toast0 3 hours ago

Main machines are zfs, with sanoid to take snapshots and syncoid to transfer snapshots among them.

Windows machines backup nightly with Veeam personal (free) license to one of the servers. I didn't have luck with open source windows backup.

hollerith 6 hours ago

Every week or so, I plug in an external SSD and put a tarball on it of the directory hierarchy in which I keep my most valuable data. If the tarball is significantly larger than previous one, I use du to try to find what caused the increase and move it out of the hierarchy.

TheBozzCL 5 hours ago

I sync my devices to my Synology NAS at home, and then the NAS syncs them to Backblaze B2.

I have some extra workflows to back up some other data, like some WebDAV shares, based on rsync.

mikewarot 4 hours ago

I just use Backblaze these days, now that I'm out of being a sysadmin.

bhaney 7 hours ago

rsync and btrfs snaphots internally, and restic for important backups synced to external storage. Cron for scheduling. Trading bits of NAS space with friends for geographic redundancy without needing to pay backblaze/etc.

gary17the 7 hours ago

The Backblaze cloud and restic.

chunkles 6 hours ago

syncthing from desktop and mobile to homelab. rsync from homelab to raspberry pi with a direct attached storage device at my parents.