This commit is contained in:
kento2 2026-01-20 11:46:33 +01:00
parent 3597222a2d
commit dc7daed18b
2 changed files with 4 additions and 1 deletions

View file

@ -17,3 +17,6 @@ map gp :w :!clear; git diff :!git status :!read con; if test $? -eq 0; then git
" run make
map mm :w :!clear; make -B
" c header template
map th :0 O#ifndef _HEADER_H_ #define _HEADER_H_ GA #endif /* _HEADER_H_ */:o:%s/HEADER//ghi

View file

@ -6,4 +6,4 @@ if ! test "$(id -u)" = 0; then
exit 1
fi
borg create -e '*/.git/*' --verbose "backups@kentoj.de:$(hostname)::$(date -I)_$1" /etc /home /srv /var/ /usr
borg create -e '*/.git/*' -e "$HOME/nfs" --verbose "backups@kentoj.de:$(hostname)::$(date -I)_$1" /etc /home /srv /var/ /usr