How To Install burp-server on Fedora 36

In this tutorial we learn how to install burp-server in Fedora 36. burp-server is burp backup server

Introduction

In this tutorial we learn how to install burp-server on Fedora 36.

What is burp-server

Burp is a network backup and restore program, using client and server. It uses librsync in order to save network traffic and to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.

We can use yum or dnf to install burp-server on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install burp-server.

Install burp-server on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install burp-server using dnf by running the following command:

sudo dnf -y install burp-server

Install burp-server on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install burp-server using yum by running the following command:

sudo yum -y install burp-server

How To Uninstall burp-server on Fedora 36

To uninstall only the burp-server package we can use the following command:

sudo dnf remove burp-server

burp-server Package Contents on Fedora 36

/etc/burp/CA.cnf
/etc/burp/burp-server.conf
/etc/burp/clientconfdir
/etc/burp/clientconfdir/incexc
/etc/burp/clientconfdir/incexc/example
/usr/bin/vss_strip
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/f17bc7a72ec5092c5e447803644c9b5169c16f
/usr/lib/systemd/system/burp.service
/usr/sbin/bedup
/usr/sbin/bsigs
/usr/sbin/bsparse
/usr/share/burp
/usr/share/burp/scripts
/usr/share/burp/scripts/notify_script
/usr/share/burp/scripts/ssl_extra_checks_script
/usr/share/burp/scripts/summary_script
/usr/share/burp/scripts/timer_script
/usr/share/man/man8/bedup.8.gz
/usr/share/man/man8/bsigs.8.gz
/usr/share/man/man8/bsparse.8.gz
/usr/share/man/man8/vss_strip.8.gz
/var/spool/burp

References

Summary

In this tutorial we learn how to install burp-server on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).