Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:END:

1. Put the =restic-runner= script in your =PATH=.
2. Make the directory =~/.config/backup/restic= (or a path of your choosing after changing the =config_dir= default variable in the script).
2. Make the directory =~/.config/backup/restic= (or a path of your choosing after changing the =config_dir= default variable in the script or setting the RESTIC_RUNNER_CONFIG_DIR environment variable).

*** MacOS

Expand Down
2 changes: 1 addition & 1 deletion restic-runner
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# * Defaults

config_dir=~/.config/backup/restic
config_dir=${RESTIC_RUNNER_CONFIG_DIR:-$HOME/.config/backup/restic}

# * Variables

Expand Down