Set of alias and shell functions for BorgBackup.
Go to file
Djan 9e53a1f88b replacing "grep" with "--glob-archives" when possible
better intergration with borg and better performances
2023-09-13 10:32:42 +02:00
borgaliasandfunctions.txt replacing "grep" with "--glob-archives" when possible 2023-09-13 10:32:42 +02:00
readme.md Corrected typo. 2023-08-01 20:14:06 +02:00

Intro

Borg alias and functions is designed to facilitate the daily use of BorgBackup. You will have to be in the repository folder to make these aliases and functions work. To display a summary of available functions, type bobaman or bobahelp in your terminal.

Dependencies

Of course borgbackup must be installed on your system.

In order to mount archives you will need fusermount.

The command bobastats needs jq.

The command bobarenamer and bobadeleter needs paste.

Installation

To include this file in your bashrc, place the file in a script folder of your choice (I choose ~/bin/) and add this line to your bashrc :

. $HOME/bin/borgaliasandfunctions.txt