Skip to content

Instantly share code, notes, and snippets.

View gideonstar-git's full-sized avatar

Stefan Ritter gideonstar-git

View GitHub Profile
@gideonstar-git
gideonstar-git / borg.sh
Last active October 23, 2021 12:00
borg.sh
#!/bin/sh
#
# borg init /target/directory -e none
#
path=/target/directory
target="/etc /opt"
date=$(date +'%Y%m%d')