How to Install and Uninstall rdiff-backup Package on openSUSE Leap

Last updated: May 05,2024

1. Install "rdiff-backup" package

This guide let you learn how to install rdiff-backup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install rdiff-backup

2. Uninstall "rdiff-backup" package

Here is a brief guide to show you how to uninstall rdiff-backup on openSUSE Leap:

$ sudo zypper remove rdiff-backup

3. Information about the rdiff-backup package on openSUSE Leap

Information for package rdiff-backup:
-------------------------------------
Repository : Update repository of openSUSE Backports
Name : rdiff-backup
Version : 2.2.6-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : rdiff-backup-2.2.6-bp155.2.3.1.src
Upstream URL : https://rdiff-backup.net/
Summary : Convenient and transparent local/remote incremental mirror/backup
Description :
rdiff-backup backs up one directory to another, possibly over a
network. The target directory ends up a copy of the source directory,
but extra reverse diffs are stored in a special subdirectory of that
target directory, so you can still recover files lost some time ago.
The idea is to combine the best features of a mirror and an incremental
backup. rdiff-backup also preserves subdirectories, hard links, dev
files, permissions, uid/gid ownership, and modification times. Also,
rdiff-backup can operate in a bandwidth efficient manner over a pipe,
like rsync. Thus you can use rdiff-backup and ssh to securely back a
hard drive up to a remote location, and only the differences will be
transmitted. Finally, rdiff-backup is easy to use and settings have
sensical defaults.