Skip to content

RUN_ON_STARTUP environment variable, what does it do? #289

Closed Answered by witten
notflip asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like it does just what it says on the tin:

if [ "${RUN_ON_STARTUP:-}" == "true" ]; then

It runs borgmatic when the container starts up instead of (just) waiting for a cron job to kick in.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@notflip
Comment options

Answer selected by notflip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants