From aa636af8a1087e8201063638c866e397e59c6e57 Mon Sep 17 00:00:00 2001 From: km09 <2054623+km09@users.noreply.github.com> Date: Tue, 10 Dec 2019 20:27:28 +0000 Subject: [PATCH] Add details about offloader --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f85d03..5443a85 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ The uploader monitors the upload queue. When the packer brings a new megawarc, t If necessary, multiple uploaders can work the same queue. +3a. The offloader +--------------- +The offloader monitors the upload queue. Instead of uploading to Archive.org, the megawarc will be sent to another host via rsync. This is useful when Archive.org has issues. + +This can be used at the same time as the uploader without issues. + Filesystems -----------