Browse Source

add config note for offload_targets file

master
Katie Holly 5 years ago
parent
commit
4d588ae2cd
No known key found for this signature in database GPG Key ID: 3D3115D5D95856F
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config.example.sh

+ 2
- 0
config.example.sh View File

@@ -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 #


Loading…
Cancel
Save