Initial backup runner setup

This commit is contained in:
2025-12-19 15:14:54 +02:00
commit 58e3cbc00b
4 changed files with 85 additions and 0 deletions

6
backup_home.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
echo "[$(date)] Starting home backup"
echo "Backing up /home to /backups/home"
echo "[$(date)] Home backup completed"