關於Rsync Wrapper
一個包裝應用為著名rsync的客戶端,由Android NDK編譯。
* rsync and dbclient binaries compiled by Android NDK from official source code of rsync and dropbear
* run rsync tasks repeatedly with JobScheduler API
* NO ROOT NEEDED
* AD FREE
** Notice
There are users' reports saying it is not possible to sync on external SD Card with Android 6.0+.
According to Google's document:
https://source.android.com/devices/storage/traditional.html
It is true if you did not format the external SD card as adoptable storage but left it as portable. Doing this made any 3rd party apps, including RsyncWrapper, failed to write contents to this card freely. The directories on the SD Card that an app can write to are restricted to the following places, for example:
*/storage/XXXX-XXXX/Android/data/package-name/files
*/storage/XXXX-XXXX/Android/media/package-name
In RsyncWrapper, when you enter the source/destination field, you can now use the built-in directory chooser to help finding out these writable directories with ease.
Sorry for inconvenience.