# HG changeset patch # User Steve Losh # Date 1580172109 18000 # Node ID 94cdb40fffabaaca195b0d214c3626f1ebb5b3f9 # Parent f92e74e96687a0c552700849f2fbcd9d5fc3bc0e NAS diff -r f92e74e96687 -r 94cdb40fffab bin/backup-local --- 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 diff -r f92e74e96687 -r 94cdb40fffab bin/rl --- 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 \ "$@"