borgaliasandfunctions/readme.md

20 lines
700 B
Markdown
Raw Permalink Normal View History

2021-06-27 11:13:13 +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.
2022-11-12 09:26:49 +01:00
## Dependencies
2023-08-01 20:14:06 +02:00
Of course `borgbackup` must be installed on your system.
2022-11-12 09:38:06 +01:00
2022-11-12 09:26:49 +01:00
In order to mount archives you will need `fusermount`.
2022-11-12 09:38:06 +01:00
2022-11-12 09:26:49 +01:00
The command `bobastats` needs `jq`.
2022-11-12 09:38:06 +01:00
2022-11-12 09:26:49 +01:00
The command `bobarenamer` and `bobadeleter` needs `paste`.
2021-06-27 11:13:13 +02:00
## 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
2022-11-12 09:26:49 +01:00
```