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

[BUG] Task "sync" to SFTP fails because home folder info missing

Open schklom opened this issue 10 months ago • 0 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 15, Google Pixel 6a

Which steps are required to reproduce this issue?

  1. Create a SFTP remote
  2. Create a task to sync local files to the remote, e.g. in a folder myfolder, after selecting the "Home" path (not Root)
  3. The task fails

Hacky solution

  1. Backup the config
  2. Modify the task (rcx.json) remote path from /myfolder to /home/myuser/myfolder -> the task succeeds

What is your configuration (rclone.conf)?

[mySftp]
type = sftp
host = <host>
user = myuser
port = 22
pass = <pass>
md5sum_command = none
sha1sum_command = none
shell_type = unix

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

Miscellaneous

I selected the "Home" path as default for SFTP. How do I undo that to get the choice again?

schklom avatar Feb 03 '25 14:02 schklom