From 4d588ae2cd8113554ff1df9b512256a03f78cf25 Mon Sep 17 00:00:00 2001 From: Katie Holly Date: Tue, 26 Mar 2019 01:08:26 +0100 Subject: [PATCH] add config note for offload_targets file --- config.example.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.sh b/config.example.sh index 5b0869d..26be8ca 100755 --- a/config.example.sh +++ b/config.example.sh @@ -31,6 +31,8 @@ IA_ITEM_DATE=$( date +"%Y-%m" ) # offload items to another rsync storage instead of uploading to IA OFFLOAD_TARGET="rsync://somewhere-far-away:portnum/module-name/directory/" +# it is also possible to create a list of targets and the offloader will pick one at random and retry others on failure +# simply comment out the line above and put all rsync target urls separated by newline in a file called "offload_targets" ############### # DIRECTORIES #