Compare commits
No commits in common. "83093f463b3af3443c7502d65e6e767169f38d37" and "a214bde838b7ba9f34a7d8d808b9d8008287a9e4" have entirely different histories.
83093f463b
...
a214bde838
|
@ -27,13 +27,6 @@ echo "$ZFS_PASSPHRASE" | ssh vault /home/server/Storage/Thomas/Scripts/Mount/bor
|
||||||
# Run the backups #
|
# 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 -e '\n\n\n'
|
||||||
echo "Running Caddy Backups"
|
echo "Running Caddy Backups"
|
||||||
borg create -s --progress \
|
borg create -s --progress \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.zcompdump*
|
.zcompdump*
|
||||||
mpv/watch_later
|
mpv/watch_later
|
||||||
.luarc.json
|
.luarc.json
|
||||||
secrets.sh
|
zsh/secrets.sh
|
||||||
|
|
Loading…
Reference in New Issue