Add usage info on how to override binary paths
This commit is contained in:
parent
530daa9eaf
commit
8234748fec
8
bare.sh
8
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 ""
|
||||
|
|
Loading…
Reference in New Issue