Gadmin-rsync
GAdminRsync is a C/GTK+ graphical user interface for the rsync Client and Server.
* 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...
* 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/xxxxxxxx/android/data/packagename/files*/storage/xxxxxxxx/android/media/packagename
in rsyncwrapper, when you enter the source/destination field, you can now use the builtin directory chooser to help finding out these writable directories with ease.
sorry for inconvenience.
rsync client-side