Compare commits
No commits in common. "747bbd2e9f7d4d258df1abc3b153c3da0a70c488" and "a7e27c21cbddb898bed3ed058c82c3173c742511" have entirely different histories.
747bbd2e9f
...
a7e27c21cb
|
@ -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 \
|
||||||
|
|
|
@ -256,7 +256,6 @@ alias ll='ls -lhat'
|
||||||
alias clip="xsel --clipboard"
|
alias clip="xsel --clipboard"
|
||||||
alias compress="tar --use-compress-program=lbzip2 -cvf"
|
alias compress="tar --use-compress-program=lbzip2 -cvf"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
|
|
||||||
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
|
||||||
alias xbindkeys="xbindkeys -f $XDG_CONFIG_HOME/xbindkeys/config"
|
alias xbindkeys="xbindkeys -f $XDG_CONFIG_HOME/xbindkeys/config"
|
||||||
alias python=python3
|
alias python=python3
|
||||||
|
|
|
@ -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