This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script for installing tmux and dependencies. | |
# tmux will be installed in ~/.local by default. | |
# Prerequisites: - gcc | |
# - wget | |
# define versions | |
tmux_version=${1:-2.6} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Backup frontend for borg | |
# | |
# Usage: ./backup.sh <repository> [--backup|--restore <path>|--unmount <path>] | |
# | |
# Dependencies: borg, fuse | |
################################################################################ | |
# # | |
# Backup Configuration # |