How to Install and Uninstall s3backer Package on openSUSE Leap

Last updated: May 17,2024

1. Install "s3backer" package

Please follow the instructions below to install s3backer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install s3backer

2. Uninstall "s3backer" package

This is a short guide on how to uninstall s3backer on openSUSE Leap:

$ sudo zypper remove s3backer

3. Information about the s3backer package on openSUSE Leap

Information for package s3backer:
---------------------------------
Repository : Main Repository
Name : s3backer
Version : 2.0.2-bp155.1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 398.1 KiB
Installed : No
Status : not installed
Source package : s3backer-2.0.2-bp155.1.9.src
Upstream URL : https://github.com/archiecobbs/s3backer
Summary : FUSE and NBD single file backing store via Amazon S3
Description :
s3backer is a filesystem that contains a single file backed by the Amazon
Simple Storage Service (Amazon S3). As a filesystem, it is very simple:
it provides a single normal file having a fixed size. Underneath, the
file is divided up into blocks, and the content of each block is stored
in a unique Amazon S3 object. In other words, what s3backer provides is
really more like an S3-backed virtual hard disk device, rather than a
filesystem.
In typical usage, a `normal' filesystem is mounted on top of the file
exported by the s3backer filesystem using a loopback mount (or disk image
mount on Mac OS X).
s3backer can also function as a Network Block Device (NBD) plug-in.