Purpose of Append-Only Queues In the Using Filespooler over Syncthing example, we synced the entire b64queue directory. This is unnecessary. It would be better to sync only the jobs subdirectory of it, to prevent it looking like a valid queue for processing on the sender. Implications of Append-Only Queues The Filespooler Reference discusses append-only queues. An append-only queue will allow commands that append (fspl queue-write) and commands that inspect (for instance, fspl queue-ls) to su...