Compare commits

..

4 Commits

Author SHA1 Message Date
Thomas Avé 83093f463b Merge branch 'master' into riva 2024-04-07 20:50:08 +02:00
Thomas Avé 558b20509a Update gitignore 2024-04-07 20:38:36 +02:00
Thomas Avé dc75d4505b Add dotfiles to backup script 2024-04-07 20:36:15 +02:00
Thomas Avé 4cd5c1bb38 Add .zshrc symlink 2024-04-07 20:33:55 +02:00
3 changed files with 9 additions and 1 deletions

View File

@ -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 \

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.zcompdump*
mpv/watch_later
.luarc.json
zsh/secrets.sh
secrets.sh

1
.zshrc Symbolic link
View File

@ -0,0 +1 @@
.config/zsh/.zshrc