Round-Sync icon indicating copy to clipboard operation
Round-Sync copied to clipboard

high battery consumption even when no task running

Open warenbe opened this issue 5 months ago • 1 comments

  • [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 16, google pixel 7

Which steps are required to reproduce this issue?

Installed round sync. Added a SFTP share Added two task to copy pictures. Added a trigger to run it every 120 minutes. Trigger started the task, lot of pictures to sync, took more than 1h to sync. After some time I stopped the copy because it was eating my data. After stopping the copy, I saw that my battery was draining fast. Changed the trigger to run at 01am. Still having battery drained by the app even after. Even when plugged on the charger, android tells me the software took 33% with 1min screen time.

What is your configuration (rclone.conf)?

[5d44cd8d-397c-4107-b79b-17f2b6a071e8]
type = alias
remote = /storage/emulated/0

[SFTP NAS]
type = sftp
rclone_remote_name = SFTP NAS
md5sum_command = none
sha1sum_command = none
pass = xxxxxxxxxxx
port = 2122
shell_type = unix
host = xxxxx.xxxxx.xxxxxxx
user = xxxxxxxx

Does the same issue also occur when using the same configuration on a PC or in Termux?

I truly don't know

warenbe avatar Jul 31 '25 17:07 warenbe