Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
schklom opened this issue Feb 3, 2025 · 0 comments
Open
1 task done

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

schklom opened this issue Feb 3, 2025 · 0 comments

Comments

@schklom
Copy link

schklom commented Feb 3, 2025

  • 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant