--- a/bin/backup-local Sun Jan 26 17:32:54 2020 -0500
+++ b/bin/backup-local Mon Jan 27 19:41:49 2020 -0500
@@ -2,7 +2,7 @@
set -euo pipefail
-restic --repo /backup/restic-repo \
+restic --repo /mnt/cryo/restic-ouroboros/repo \
--exclude-file=/home/sjl/src/dotfiles/restic/excludes.txt \
--password-file /home/sjl/.restic-password-local \
backup /home/sjl
--- a/bin/rl Sun Jan 26 17:32:54 2020 -0500
+++ b/bin/rl Mon Jan 27 19:41:49 2020 -0500
@@ -2,6 +2,6 @@
set -euo pipefail
-restic --repo /backup/restic-repo \
+restic --repo /mnt/cryo/restic-ouroboros/repo \
--password-file /home/sjl/.restic-password-local \
"$@"