22092024-1

This commit is contained in:
fz0x1 2024-09-22 21:07:52 +02:00
parent 9e03e300d2
commit 7405cb860a

View file

@ -4,7 +4,12 @@
dirs="Backup/Sensitive"
# Run backup
echo "tarsnap start"
tarsnap -c \
-f "sensetive-$(uname -n)-$(date +%Y-%m-%d_%H-%M-%S)" -C $HOME \
${dirs} 2>&1
echo "tarsnap finish"
echo "borg start"
borgmatic create --config ~/.borgmatic/sensitive.yaml
echo "borg finish"