my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add backup wrapper for borg

+5
+5
bin/backup
··· 1 + #!/bin/sh 2 + 3 + repo="ssh://j3s@gibson.cyberia.club:3215/tank/backups/$(hostname -s)" 4 + export BORG_REPO="$repo" 5 + borg "$@"