From 4f42af07b48d7b25478e49726931e44217b214bc Mon Sep 17 00:00:00 2001 From: trap000d Date: Thu, 8 Dec 2016 16:14:11 +1300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f43585..8ce2d46 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ At the first run script will obtain an authentication token at Seafile server an ### Known Issues/Bugs/Limitations - Synchronization (download) works pretty well for 100-200 files in 3 sub-dir levels with overall size 1 Gb. For testing a bigger volumes I'll have to re-solder Kindle storage chip and hack firmware. - One'n'half-way synchronization (only newly created local files are uploaded to server). As ID of file is generated on the server, there is no reliable way to determine if file is changed locally by it's ID. File timestamp doesn't look good too as kindle clock might reset after cold restart. + +| Event | Supported | +| --- | --- | +| File created on Kindle | Y | +| File removed on Kindle | Y | +| File changed on Kindle | N | +| File created on server | Y | +| File removed on server | Y | +| File changed on server | Y | + - There is an option for uploading of the particular directory contents (useful e.g. for notes synchronization). As all files in that directory have to be uploaded to the server you should be careful: it could take much time. - Directory for uploads must exist on the server. You have to create it there (e.g. via web interface or with desktop seafile client) and perform synchronization (download) at least once before upload. - Upload directory must be a sub-folder in directory tree, e.g. /mnt/us/documents/Seafile/MyKindle_1. In config it should be defined as relative path to the base directory @@ -42,4 +52,4 @@ At the first run script will obtain an authentication token at Seafile server an - Daemon mode - Various errors handlers: add more checks of WiFi state, server hostname - Two-way synchronization. -- Option for *.sdr directories synchronization (who need it?) \ No newline at end of file +- Option for *.sdr directories synchronization (who need it?)