From 8234748fece685a2343cbe458c1ea29e3476bfb0 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Fri, 10 Dec 2021 10:14:43 +1100 Subject: [PATCH] Add usage info on how to override binary paths --- bare.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bare.sh b/bare.sh index 0c922e1..847d592 100755 --- a/bare.sh +++ b/bare.sh @@ -115,6 +115,14 @@ function usage-rc() { echo " export B2_APP_KEY=xxx # Backblaze B2 bucket auth" echo " export B2_BUCKET_PREFIX=xxx # Prefix to append to create unique B2 bucket name" echo "" + + + echo " # Binary paths (optional, below are defualts):" + echo " #export RESTIC=/usr/local/bin/restic" + echo " #export RCLONE=/usr/local/bin/rclone" + echo " #export RSYNC=/usr/local/bin/rsync" + echo " #export USMB=/usr/local/bin/usmb" + echo "" echo " export RESTIC_KEEPDAYS=31 # Days to keep restic backups for" echo " export RESTICOPTS=\"--one-file-system\" # Extra args to pass to restic" echo ""