There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Wenny ,

I usually use HanBrake, MakeMKV, or DVDFab to copy bluray disc.

BitSound ,

I’ve been using Borg to back my stuff up. It gets backed up to rsync.net, which has good support for Borg:

www.rsync.net/products/borg.html

If you’re good enough at computers, you can even set up a special borg account with them that’s cheaper and has no tech support.

ErwinLottemann ,

I was a rsync.net user for many years and recently switched to borgbase, because of how easy it is to manage multiple backup targets.

tables ,

I'm on the same boat right now, borg and borgbase.

BitSound ,

That looks cool, and they’ve got some other nifty looking things like www.pikapods.com. Any idea how stable the company is? I partially like rsync.net because it’s pretty unlikely to just disappear someday.

neardeaf ,

Seconding this. On my unRAID host, I run a docker container called “Vorta” that uses Borg as its backend mechanism to backup to my SynologyNAS over NFS. Then on my Syno, run two backup jobs using HyperBackup, one goes to my cousin’s NAS connected via a Site-to-Site OpenVPN connection on our edge devices (Ubiquity Unifi Security Gateway Pro <-> UDM Pro), the other goes to Backblaze B2 Cloud Storage.

OP, let me know if you need any assistance setting something like this up. Gotta share the knowledge over here on Lemmy that we’re still used to searching evil Reddit for.

PlutoniumAcid ,
@PlutoniumAcid@lemmy.world avatar

My brother and I both run an USG. Would love to learn from you how to set up site2site VPN!

neardeaf ,

Niiiice, quick question, are both of y’all running the latest UniFi Controller version & using the new WebUI view layout?

PlutoniumAcid ,
@PlutoniumAcid@lemmy.world avatar

His gear is v7 (Unifi and also Synology DSM) and I am still on v6 because I didn’t have a good reason to upgrade. If it works, don’t fix it, you know? Feature-wise there the same anyway just different UI. But sure, give me a good reason to upgrade, and I will :)

stridemat ,

Love Borg and the associated docker containers and the like. Really is set and forget!

YonatanAvhar ,

At the moment I’m doing primarily hopes and prayers

Llamajockey ,

I had to upgrade to Hopes&Prayers+ after I ran out of hope and my prayers kept getting return to sender.

webjukebox ,
@webjukebox@mujico.org avatar

I was in the same boat, until my prayers weren’t listened and my hopes are now dead.

I lost some important data from my phone a few days ago. My plan was to backup at night but chaos was that same day in the morning.

PlutoniumAcid ,
@PlutoniumAcid@lemmy.world avatar

Ah yes, the ostrich algorithm.

sv1sjp ,
@sv1sjp@lemmy.world avatar

Rsync custom script. I am connecting two different hard disks (1 natively + 1 remotely via ssh) to backup the disk.

1 tine per month, U unplug ny microsd fro my Raspberry Pi 4 Server and I am making a full backup of the sd in case it fails, to restore it to a new sd card.

dtc ,

I’ve been using Restic for a while, and it’s backing up to a Hetzner storage box (1TB).

Restic supports encryption, compression, deduplication, and can forget old backups in a spread out timeline (configurable; e.g. save one yearly, three monthly and 7 daily).

On top of this I also use healthchecks.io to make sure all backups are working.

Walker ,
@Walker@fedia.io avatar

All systems backup to Synology then to AWS Glacier. Ill check out Backblaze for pricing.

freeman ,

I have an old synology DS1513+

it runs Active Backup for business and Active backup for google workspace, as well as an AFP share for Apple machines. This is about 95% of all backups. Those backup archive files are then ALSO backed up to one of two large 14TB hdds. I swap them out monthly (or thereabout) and keep the spare at my office or in my firesafe when at home.

I have a couple other things out there too. A small SSh box to handle some scripting of config file backups etc. My main synology 1815+ also has a cloud sync up to backblaze that happens in realtime, but only keeps 1 copy of stuff as well as a hyperbackup job for super important stuff up to Backblaze, in addition to the nightly backups to the 1513+. This way if my house burns down I still have something (and likely a full copy with the 14TB HDD)

boblemmy ,

my solution is syncthing

angrox ,

At home I have a Synology NAS for backup of the local desktops. Offsite Backups are done with restic to Blackblaze B2 and to another location.

bier ,

my 20 TB storage is currently hosted by Hetzner on a SMB Share with a acompanying server The storage is accessable via NFS/SMB i have a Windows 10 VPS running Backblaze Personal Backup for 7$/Month with unlimited storage while mounting the SMB share as a “Physical Drive” using Dokan because Backblaze B1 doesn’t allow backing up Network shares If your Storage is local you can use the win Backup Agent in a Docker container

SeeJayEmm ,
@SeeJayEmm@lemmy.procrastinati.org avatar

Desktop: I was using Duplicati for years but I’ve recently switched to Restic directly to B2. I’m using this powershell script to run it.

Server: I’m also using restic to b2.

I also have a Qnap NAS. I’m synchronizing my replaceable data to crappy old seagate NAS locally. For the irreplaceable data that’s using the Qnap backup client to B2.

Chifilly ,

I use kup to back up my important PC files (the basic pre-installed backup software on KDE neon), which backs up to a separate drive on my PC, and that gets synced to my Nextcloud instance on my local server, and that - along with all the other data for my containers running on it - gets backed up by Kopia to DigitalOcean spaces.

I couldn’t recommend Kopia strongly enough, because you have such fine control of what gets backed up, when it gets backed up, how many to keep etc. and it is versioned so doesn’t grow exponentially, and it compresses and encrypts the backup. I also have a setup where it executes a script before and after the backup starts that stops and starts the containers to maintain file integrity since nothing will be writing to the files. And it’s also a Docker container so it can just fit into your current compose setup.

LanyrdSkynrd ,

Rsync everything besides media to a Storj free account. I also rsync my most important data(docker compose files,config files, home assistant, a few small databases) to Google drive.

rambos ,

Everything:

Kopia encrypted -> another phisical drive

Kopia encrypted -> backblaze B2

  • Chron job every day at 4:15 AM

Most important folder (part of everything):

Duplicaty encrypted -> google drive

  • Also daily backup
tupcakes ,
@tupcakes@lemmy.world avatar

I do something similar with kopia to b2. it works wonderfully.

0110010001100010 ,

Local backup to my Synology NAS every night which is then replicated to another NAS at my folks house through a secure VPN tunnel. Pretty simple and easy to deploy.

Greidlbeere OP ,

Sounds good. What do you use for replication?

neardeaf ,

Most likely Hyper Backup & Hyper Vault, two applications built into Synology’s DSM software that runs on their NAS devices.

0110010001100010 , (edited )

Just simple old rsync. The nas at the far-end is an old QNAP I had lying around.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines