Round-Sync
Round-Sync copied to clipboard
[BUG] Task "sync" to SFTP fails because home folder info missing
- [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?
- Create a SFTP remote
- Create a task to sync local files to the remote, e.g. in a folder
myfolder, after selecting the "Home" path (not Root) - The task fails
Hacky solution
- Backup the config
- Modify the task (
rcx.json) remote path from/myfolderto/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?