Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Backblaze B2: Linux distributions with out-of-box access (easy uploading)

Turbo_PascalTurbo_Pascal Member
edited February 2025 in Help

Pop!_OS (and, I presume, other Ubuntu-related distros) could not make it any easier to use B2. After typing the following command, a user simply authenticates and begins interacting with a bucket. One can begin uploading right away.

sudo apt install backblaze-b2

No software is needed outside of the default repositories. It's simply there, available within apt.

However, I would like to use another distribution with B2: Fedora, openSUSE Tumbleweed, or CachyOS. For Fedora, there's a package titled, "python3-b2sdk". openSUSE has "python-b2" and "perl-Backblaze-B2V2Client". The Arch User Repository (possibly accessible in CachyOS) has "backblaze-b2". This list isn't exhaustive because these packages aren't easy to search for. Also, it's hard to tell which packages, if any, are standalone clients.

Does anyone have any ideas about which packages for Fedora, Tumbleweed or CachyOS can replicate the functionality that "backblaze-b2" offers in Pop!_OS?

Comments

  • raindog308raindog308 Administrator, Veteran

    BackBlaze's own B2 CLI tool supports this. You can download it from their site.

    I think Debian/Ubuntu packages this as 'backblaze-b2' in apt.

    I use the B2 CLI for listing buckets, deleting files, etc. I use rclone every night to sync filesystems with B2 buckets and it's worked great for years. However, you can also upload with the B2 CLI tool.

    Thanked by 1Turbo_Pascal
  • I download that file and run a chmod command. The instructions say not a word about what to do next.

    @raindog308 said: You can download it from their site

    Which one of those packages named above will let a user upload to an existing bucket?

  • raindog308raindog308 Administrator, Veteran

    @Turbo_Pascal said: The instructions say not a word about what to do next.

    They don't?

    https://www.backblaze.com/docs/cloud-storage-upload-files-with-the-cli

    @Turbo_Pascal said: Which one of those packages named above will let a user upload to an existing bucket?

    @Turbo_Pascal said: However, I would like to use another distribution with B2: Fedora, openSUSE Tumbleweed, or CachyOS.

    The package you install with apt on Ubuntu is the same binary you download from the site and can use on other distros, so...why not just do what you're doing now?

    Thanked by 1Turbo_Pascal
  • Is Ubuntu special for including this software? I prefer getting it through apt, dnf, pacman, etc, even though I'm obviously willing to try the workaround you're suggesting here. If other distros have chosen not to offer it, I will accept the outcome. Is there a way to definitively answer the question, or is it best left a mystery?

    After running the "chmod" command, I navigate to the file in the graphical file manager. Then I right-click the file and select "run". Nothing appears to happen. Then I go back to the terminal. It says "b2" is a command not recognized.

Sign In or Register to comment.