initial commit

This commit is contained in:
2024-04-01 11:32:56 +02:00
commit 4be63cf686
17 changed files with 891 additions and 0 deletions

9
borg/.borg/bakage.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /usr/bin/env bash
last=$(cat $HOME/.lastbak)
time=$(date +%s)
age_s=$(( $time - $last ))
age=$(( $age_s / 86400 ))
echo $age