Compare commits
4 Commits
a214bde838
...
83093f463b
Author | SHA1 | Date |
---|---|---|
|
83093f463b | |
|
558b20509a | |
|
dc75d4505b | |
|
4cd5c1bb38 |
|
@ -27,6 +27,13 @@ echo "$ZFS_PASSPHRASE" | ssh vault /home/server/Storage/Thomas/Scripts/Mount/bor
|
|||
# Run the backups #
|
||||
##########################################
|
||||
|
||||
echo -e '\n\n\n'
|
||||
echo "Running dotfiles Backups"
|
||||
borg create -s --progress \
|
||||
--exclude /home/server/.dotfiles/zsh/secrets.sh\
|
||||
10.4.0.1:Storage/Thomas/Borg/Dotfiles::'{hostname}-{now}' \
|
||||
/home/server/.dotfiles\
|
||||
|
||||
echo -e '\n\n\n'
|
||||
echo "Running Caddy Backups"
|
||||
borg create -s --progress \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.zcompdump*
|
||||
mpv/watch_later
|
||||
.luarc.json
|
||||
zsh/secrets.sh
|
||||
secrets.sh
|
||||
|
|
Loading…
Reference in New Issue