This commit is contained in:
Ludwig Behm 2023-04-04 23:36:20 +02:00
parent fae6da63f5
commit d82305d8ba
7 changed files with 112 additions and 0 deletions

6
install.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
BASEDIR=$(dirname $0)
install --owner=0 --group=0 --mode=444 $BASEDIR/borg-{backup,prune}@.{service,timer} /etc/systemd/system/
mkdir -p /etc/borg