this post was submitted on 26 Jun 2023
2 points (66.7% liked)

Selfhosted

39251 readers
271 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello selfhosted lemmy community!

I've been running the following setup for a while now but my backup drive is running out of space.

  • 2x 4TB drives in a zfs mirror
  • 1x 1TB backup drive
  • 1x 256GB boot ssd

The zfs pool is rsynced to the backup drive nightly which is then uploaded to blackblaze.

As I'm using more than 1 TB in the zfs pool, it can't be backed up anymore. I'm looking for some advice on how to reuse the same drives in a better configuration.

My current idea is to get rid of the zfs pool, use one of the 4TB drives as the main drive and one as the backup one. The 1TB drive will then not be used anymore.

Appreciate any advice or feedback!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

is data compressible? If it is and you are not using ZFS on 1Tb than converting it to ZFS give you some space. Plus you can use zfs snd| recive instead of rsync.

[–] irreducible12302 1 points 1 year ago

I didn't know about zfs send receive, Ill take a look at that as the data is indeed compressible.