Hello!
I sync a lot of data with remote storage (initially tried Google Docs but due to its limitations switched to Amazon S3).
The desired behavior is:
1. To sync any changes in local (or network) folder with remote storage in realtime, incl. deletions. No changes on remote side need to be monitored though, as the only program that modifies data there is SFFS itself.
2. To preserve last modification times of all files.
3. To reduce the amount of requests to Amazon S3 (as there is a fee for requests, and though it is very small, re-reading thousands of folders on every sync might cost quite a bit of money).
4. To resume sync gracefully if access to local folder or remote storage is interrupted. I run SFSS on my laptop, and most synced folders are on removable ot network drives which are not always available, as well as Internet access.
Basically, I want SFSS to act as a Dropbox replacement with S3 storage & multiple folder support.
In order to achieve this result, I set the settings shown in the attached screenshots (I combined 15 screenshots in 3 PDF files for convenience).
However, the following problems persist:
1. The files are not deleted from the remote side. Never.
2. If I make changes to the source folder while the profile is already running (after building file list & before finishing sync), these changes are not reflected in remote storage until I manually run the profile.
3. Moved files within the source folder are not detected and are uploaded once again instead, although their last modification times hadn't changed after moving.
Please help me, what setting did I miss or set incorrectly, and how can I achieve the desired sync behvior?
Thanks in advance, I understand that examining 15 screenshots is a very time consuming task, but I tried a dozen of settings before writing here with no success so far.