MTrage / Borg-BackUP-GUI

BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many Borg users know exactly what they are doing and only need this program to simply create or delete a new snapshot. BORG BackUP GUI can also be used by new Borg users to get to their destination very quickly.

Tested
Instructions

NEW Snapshot

BorgBackup (short: Borg) must of course be installed

Here you will find everything you need to know about Borg: https://www.borgbackup.org/

For all those who already know Borg, the procedure is quite simple:

NEW Archive

Conversion to the free selection of Qt5 themes.

Qt5 Style

For the creation of Borg BackUP GUI (++ the required packages).

Change to the src directory with :

cd ~/Borg-BackUP-GUI/src/

Create the GUI with it:

qmake && make

Mount problems?

The GUI always uses the mount folder during the initial setup. This can be found in ~/Borg-BackUP-GUI/src/mount so that it is present on Github a blank file is needed e.g. ".gitkeep" this file should be deleted in the folder when using this folder. For e.g. Ubuntu and its derivatives it may be necessary to install the following:

Debian (Ubuntu / Linux Mint)

sudo apt install python3-llfuse

Arch Linux (Manjaro / Artix / Antergos)

sudo pacman -S python-llfuse

Instructions can be found here: Guide for beginners

If you have any useful changes or improvements, please let me know.

I wish you a lot of fun with BORG BackUP GUI.

GitHub GitHub GitHub GitHub GitHub GitHub

About

BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.

License:GNU General Public License v3.0


Languages

Language:C++ 74.8%Language:CSS 20.0%Language:JavaScript 5.0%Language:QMake 0.2%