-
Notifications
You must be signed in to change notification settings - Fork 5
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
source directory selection error #10
Comments
Hello,
You can edit the path after selecting a path with the 'change path' button. Also can you try please to add a user to the rsync module?
Best regards,
Socrates
…-------- Original Message --------
On Oct 30, 2019, 20:03, RupertNewton wrote:
if I use the 'change path' button to select the source directory I get the following resulting command
rysnc -rzptu /storage/emulated/0/DCIM/Camera rysnc://@<ip>:873/moduleName
the result though is as if the following command has been executed...
rysnc -rzptu / rysnc://@<ip>:873/moduleName
the effect is that the entire operating system, all files and dir, are uploaded.
OS is Android 7.1.1
Allowing the user to manually edit the filepath would help,
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [view it on GitHub](#10?email_source=notifications&email_token=AAMWPKOQVPTPBXSJJIONIVDQRHD7LA5CNFSM4JG6BM72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HVQLSYQ), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAMWPKLKF7UKOLNEVT7S6H3QRHD7LANCNFSM4JG6BM7Q).
|
Hello kind regards |
Hi,
You cannot use a password with an rsync daemon but a secrets file. You have to create a secrets file and store the user credentials in it. Then you add its path in the rsync daemon configuration file. Check the rsyncd documentation for info.
Best regards,
Socrates
…-------- Original Message --------
On Oct 31, 2019, 12:42, RupertNewton wrote:
Hello
I set up a user rsyncclient with password 12345 for testing
Log shows 'permission denied'
It would be useful to show where and how to input the password for a user, I can't see one.
kind regards
Rupert
I searched around for the last hour, and I can't see a clear command to use
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#10?email_source=notifications&email_token=AAMWPKNN2U2LFNMAZK2Q67DQRKZCVA5CNFSM4JG6BM72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECXI2CI#issuecomment-548310281), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAMWPKN2PYD5WN6DGBN3PW3QRKZCVANCNFSM4JG6BM7Q).
|
I'm having the same issue as @RupertNewton |
if I use the 'change path' button to select the source directory I get the following resulting command
rysnc -rzptu /storage/emulated/0/DCIM/Camera rysnc://@<ip>:873/moduleName
the result though is as if the following command has been executed...
rysnc -rzptu / rysnc://@<ip>:873/moduleName
the effect is that the entire operating system, all files and dir, are uploaded.
OS is Android 7.1.1
Allowing the user to manually edit the filepath would help,
The text was updated successfully, but these errors were encountered: