@@ -40,6 +40,29 @@ You can optionally install [ImageMagick](https://imagemagick.org/script/index.ph
...
@@ -40,6 +40,29 @@ You can optionally install [ImageMagick](https://imagemagick.org/script/index.ph
If you want to share your borg folder whith gblk `clone`, `push` and `pull`, `rsync` must be installed on your computer and on remote machines where you want to store/share you results. `ssh` program must be installed to send the archived results to remote servers.
If you want to share your borg folder whith gblk `clone`, `push` and `pull`, `rsync` must be installed on your computer and on remote machines where you want to store/share you results. `ssh` program must be installed to send the archived results to remote servers.
Below some commands you can use to install gblk dependencies on ubuntu:
```bash
# Install git
sudo apt install git
# Install borg
sudo apt install borgbackup
# install rust
curl --proto'=https'--tlsv1.2 -sSf https://sh.rustup.rs | sh