Sat Jun 22 04:05:57 PM CEST 2024
This commit is contained in:
parent
7295175f04
commit
232efe0efd
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue