Skip to content

Instantly share code, notes, and snippets.

@basilmusa
Created December 5, 2021 15:17
Show Gist options
  • Save basilmusa/40f74c3ade93e8aa9e84c276965f38c3 to your computer and use it in GitHub Desktop.
Save basilmusa/40f74c3ade93e8aa9e84c276965f38c3 to your computer and use it in GitHub Desktop.
cd /usr/local/bin
wget https://github.com/restic/restic/releases/download/v0.12.1/restic_0.12.1_linux_amd64.bz2 -q -O restic.bz2
bunzip2 restic.bz2
chmod +x restic
restic generate --bash-completion /etc/bash_completion.d/restic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment