diff options
Diffstat (limited to 'fastlane')
| -rw-r--r-- | fastlane/metadata/android/en-US/full_description.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 0806b2b..95d8690 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,14 +1,14 @@ Pushes configured phone folders (DCIM, WhatsApp media, call recordings, and -so on) to a home SSH host using rsync over SSH. One-way push only, on WiFi -by default, periodic or on demand. +so on) to a home SSH host using rsync over SSH. One-way push only, on an +unmetered network by default, periodic or on demand. -rsync and the SSH transport are built from source and shipped inside the -APK; nothing prebuilt is bundled. The app needs all-files access to read -arbitrary backup folders such as OEM call-recording directories. +rsync and the SSH transport are built from source and shipped inside the APK. +The app needs all-files access to read arbitrary backup folders such as OEM +call-recording directories. Features: * Incremental transfers; large videos resume (rsync --partial). * Per-folder deletion policy: additive backup or mirror. -* Runs on unmetered WiFi, periodically or on demand. +* Runs on an unmetered network, periodically or on demand. * ed25519 key auth with strict, pinned host-key verification. |