From 89e885a80c286c83264a5cdcf7d122b48d702120 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 17 Apr 2019 10:26:40 +0200 Subject: [PATCH] env: fix location of Restic repo --- home/.bash_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.bash_env b/home/.bash_env index d953924..488b981 100644 --- a/home/.bash_env +++ b/home/.bash_env @@ -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"