Round-Sync
Round-Sync copied to clipboard
"Transfer files only over Wi-Fi" continues to transfer over mobile data upon disconnect.
- [x] I have read the above note
What version of Round Sync are you using (About -> App version)?
2.5.6
What is your Android version, phone model and manufacturer?
Android Version 14, Google Pixel 6 Pro
Which steps are required to reproduce this issue?
Example:
- Start a task to begin a sync
- Run the task connected over WiFi
- Disconnect from the WiFi onto mobile data
- Synchronisation continues to run using mobile data.
What is your configuration (rclone.conf)?
type = alias
remote = /storage/emulated/0
[GoogleDrive]
type = drive
client_id = ***
scope = drive
client_secret = ***
token = ***
team_drive =
[cryptGoogleDrive]
type = crypt
password = ***
remote = GoogleDrive:crypt
filename_encryption = standard
Does the same issue also occur when using the same configuration on a PC or in Termux?
N/A