Compare commits
2 Commits
4c6a94a0b3
...
fdac96925a
Author | SHA1 | Date | |
---|---|---|---|
fdac96925a | |||
cf3d18414a |
@ -89,7 +89,7 @@ set linenumbers
|
|||||||
set matchbrackets "(<[{)>]}"
|
set matchbrackets "(<[{)>]}"
|
||||||
|
|
||||||
## Suppress title bar and show file name and editor state at the bottom.
|
## Suppress title bar and show file name and editor state at the bottom.
|
||||||
set minibar
|
# set minibar
|
||||||
|
|
||||||
## Enable mouse support, if available for your system. When enabled,
|
## Enable mouse support, if available for your system. When enabled,
|
||||||
## mouse clicks can be used to place the cursor, set the mark (with a
|
## mouse clicks can be used to place the cursor, set the mark (with a
|
||||||
|
10
scripts/backup_edi.sh
Normal file → Executable file
10
scripts/backup_edi.sh
Normal file → Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
shopt -s expand_aliases # make aliases work
|
||||||
|
REL_HOME=$HOME
|
||||||
|
source $REL_HOME/.bash_aliases
|
||||||
|
|
||||||
|
sd rsync_backup -e "ssh -i $REL_HOME/.ssh/id_ed25519" ./ fabian@garrus:/citadel/backup/edi/
|
||||||
|
|
||||||
|
sd rsync_backup --link-dest="/etc/ssh/" /etc/ssh/ ssh/
|
Loading…
Reference in New Issue
Block a user