Skip to content

Commit

Permalink
update restic
Browse files Browse the repository at this point in the history
  • Loading branch information
xicod committed Jul 13, 2024
1 parent d3c362b commit 70e0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/tools/restic_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

v=0.16.0
v=0.16.5
restic_dl_url="https://github.com/restic/restic/releases/download/v${v}/restic_${v}_linux_amd64.bz2"
restic_dl_file_compressed="restic_${v}_linux_amd64.bz2"
restic_dl_file="restic_${v}_linux_amd64"
Expand Down

0 comments on commit 70e0c94

Please sign in to comment.