Bash
# ssh verbindung
cd ~/tmp
curl -L -o restic.bz2 https://github.com/restic/restic/releases/download/v0.17.3/restic_0.17.3_linux_amd64.bz2
bunzip2 restic.bz2
chmod +x restic
./restic version