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

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