initial commit

This commit is contained in:
2024-02-04 17:06:53 +01:00
commit 1935881957
17 changed files with 1193 additions and 0 deletions

9
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