Sat Jun 22 04:05:57 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-22 16:05:57 +02:00
parent 7295175f04
commit 232efe0efd
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ echo "$ZFS_PASSPHRASE" | ssh vault /home/server/Storage/Thomas/Scripts/Mount/bor
# Run the backups #
##########################################
echo -e '\n\n\n'
echo "Running secrets Backups"
borg create -s --progress \
/home/server/Backups/Secrets::'{hostname}-{now}' \
/home/server/.secrets
echo -e '\n\n\n'
echo "Running dotfiles Backups"
borg create -s --progress \