Earlier quoted context omitted.
I was speaking generally. I'm glad the service fits for you, and it appears that they have setup reasonably-structured incentives. But using that pricing, 24TB with Jottacloud would be 450 EUR/year, which is still on the order of $1000. The larger point is that disk sizes are always growing, and while 24TB may seem unnecessary to you, it's very easy to build an array that is cumbersome to backup. And IME this has rem…
Unless you have tons of data churn or really love burst uploads, you should treat Jottacloud as roughly 15TB of capacity. Here's the speed chart: https://docs.jottacloud.com/en/articles/3271114-reduced-uplo... So for 24TB you would use two accounts, assuming they're fine with that, and your uploads would run at 5Mbps per thread, with 12 threads in parallel. That will let you upload 100GB every 4 hours, which should b…
ZFS: Use mirror vdevs, not RAIDZ
131–133 of 133 posts
Re: ZFS: Use mirror vdevs, not RAIDZ
#132Earlier quoted context omitted.
zfs send enabled accounts are (relatively) expensive because we need to give you a full-blown VPN with a routable ipv4, etc. If you can make do with an ipv6 address and if you have a reasonable quantity, email us ... perhaps we can work something out ...
I’m relatively new to ZFS, but I thought you can send/receive over ssh (much like rsync). What’s the purpose of the VPN layer? My use is relatively small, just a home user with less than a TB worth of data. Definitely not worthwhile for your team to set up as a one off.
rsync.net is not cheap but you have to know what you get: ZFS with great redundancy and a great support. All you have to do is using the service. You don't have to worry about maintenance.
Re: ZFS: Use mirror vdevs, not RAIDZ
#133Earlier quoted context omitted.
You need to do more than just keep a backup of current state, if you want to deal with problems other than complete failure/destruction of the primary. What about accidental deletion and incorrect editing (done too long ago for "undo" to work)?
> What about accidental deletion and incorrect editing (done too long ago for "undo" to work)? Eh? We're talking ZFS here. Built-in atomic low cost snapshots are part of the core feature set. If we're talking using a pool and backing up another pool it's a reasonable baseline assumption that one would be using either their own or one of the many mature scripts to have regular automatic snapshots and retention schedul…