Rsync for Tasker
More projects
An Android app providing Tasker plugin actions to allow running rsync over SSH.
Tasker is a very useful and widely used automation app for Android with a
plugin architecture that allows other apps (such as this one) to add extra
functionality.
This app provides the following actions for use within Tasker:
- Generate Private Key - Generates a private key to use for SSH authentication
- Get Public Key - Retrieves a public key from a previously generated private key
- rsync - Run an rsync command to synchronise files to or from the device
- dbclient - Run an SSH command non-interactively (experimental)
The packaged native binaries of Dropbear and rsync are my own builds
which I keep updated with new releases.
Rsync for Tasker is free to use and open source, licensed under the terms of
the
GPL. You can browse or
download the source at the
GitHub repository.
Latest News
- Improved the update screen to display correct content once the app has updated.
- Made background check for updates optional.
- Updated targetSdk to 33 (Android 13).
- Added notification permission request on Android 13 devices (when leaving config screens) if update check is enabled.
- Corrected the notification icon (and colour) used when plugin actions are running.
- Updated bundled Dropbear binaries to 2022.83.
- Updated bundled rsync binary to 3.2.7.
- Updated dependencies.
For full details and to download this release, see the
Rsync for Tasker page.
31 December 2022
- Switched Dropbear & rsync config inputs to use fixed width fonts.
- Updated bundled rsync binary to 3.2.6.
- Updated dependencies.
For full details and to download this release, see the
Rsync for Tasker page.
05 October 2022