.
This commit is contained in:
parent
3597222a2d
commit
dc7daed18b
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue