env: fix location of Restic repo

This commit is contained in:
Steffen Vogel 2019-04-17 10:26:40 +02:00
parent 1a5af78fbf
commit 89e885a80c

View file

@ -57,7 +57,7 @@ else
export EDITOR=vim
fi
export RESTIC_REPOSITORY="sftp://172.23.157.2//srv/dev-disk-by-label-data4/Backup/Restic/"
export RESTIC_REPOSITORY="sftp://172.23.157.2//srv/Data/Backup/Restic/Macbook"
export GCC_COLORS="error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01"