As you should know, all your scans are saved on the server in the cache-listener directory. Some of you have more than 10,000 files there which need to be backedup.
Amazon offers secure storage on their servers, and this is called S3 - standing for Simple storage service.
I can create a client service that will upload all the files in the cache-listener directory to our S3 repository. It will be client based so that the server is not blocked by uploading all the files, or, it could be server based with a special helper application to do the uploads.
If it's a client, you can just run it in the background ....
However, you will still need to backup your remr.fdb, and since this file can potentially be some Gbs in size, it's not realistic to back this up this way.
Graham Chiu
Beta Downloads and Documentation Wiki