Backblaze Docker



  1. Unraid Cloud Backup
  2. Backblaze Dockers

When running Emby on a Synology NAS, I prefer running it using Docker. Emby is a great alternative to Plex and is the platform that Jellyfin was forked off of before Emby changed to closed-source. If you’d prefer using an open-sourced. TL;DR: Nodecraft moved 23TB of customer backup files from AWS S3 to Backblaze B2 in just 7 hours. Nodecraft.com is a multiplayer cloud platform, where gamers can rent and use our servers to build and share unique online multiplayer servers with their friends and/or the public. Never lose a photo, video, or file again. Cloud backup made easy and automatic. Backblaze unlimited online backup for $6 per month.

Hello,
I have Nextcloud 19 running fine in Docker containers on a Windows 10 Home host. Docker is using WSL2 for its virtualization host. I’m using a host mount to store the data files on a host NTFS disk, instead of inside the VHDX disk.

I use Backblaze Personal (not B2) for backup, and I have the client set to backup from the data drive. This is all working.

HOWEVER, there is a known performance issue with WSL2 and a Windows NTFS mount. They highly recommend that data stay in the VHDX drive. I would not mind moving that to my big drive. Then the data files could be accessed from Windows using the wsl$ path.

Unraid Cloud Backup

The problem with this is that now this would look to Backblaze like a network drive, and Backblaze won’t backup a network drive.

I’ve poked around and the only workaround I’ve found is to schedule occasional rsync/rclone jobs to mirror the data from the VHDX to the NTFS drive, and then point Backblaze to the mirror. Or course, this effectively halves my data capacity.

Docker

For those of you who use Docker for Nextcloud for personal use (i.e., not use B2 or S3, etc), how do you backup your data? Am I even doing it right?

My overall goal is to have backup with versioning and be able to access my 1TB of photos (I do serious amateur photography) from anywhere. I like the Dropbox model and it’s easy to to set up in-place backup/sync. Though now I’m wondering if I really need to sync ALL my files and find a solution that’s more dedicated to backup and syn only a small subset of my files.

Thanks!

Hello,
I have a Nextcloud 19 docker installation on a VPS with Backblaze B2 configured as primary storage. Server side encryption is enabled. I uploaded some files (around 22GB) using the Nextcloud desktop client (version 3.0.2) on Windows 10. When I checked the Backblaze data usage details, it showed an equivalent increase in download. To confirm that this is not an anomaly I checked the data transfer on my VPS provider and it too showed an increase in incoming traffic for the similar amount of data (excluding the amount of data from my desktop to VPS).

What is causing the download when the files were only uploaded? Is this expected?

Backblaze Dockers

Thanks.