diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-19 23:42:10 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-19 23:42:10 +0200 |
commit | d50a82076740b1477b5cc8591c5c82d6141aa8eb (patch) | |
tree | f4b4638daddfb0de8db97ceb8696d3196ac51403 | |
parent | 7501d4d563e38bd7da442f69271ab28a48a46ee3 (diff) | |
download | App-BorgRestore-d50a82076740b1477b5cc8591c5c82d6141aa8eb.tar.gz App-BorgRestore-d50a82076740b1477b5cc8591c5c82d6141aa8eb.tar.xz |
Settings: Improve documentation of $borg_repo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | lib/App/BorgRestore/Settings.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index f329ef0..30a20eb 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -40,7 +40,8 @@ use any features available in perl itself. =item C<$borg_repo> This specifies the URL to the borg repo as used in other borg commands. If you -use the $BORG_REPO environment variable leave this empty. +use the $BORG_REPO environment variable set this to an empty string. Default: +"backup:borg-".hostname; =item C<$cache_path_base> |