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

[rsync] allow syncing to a rsync daemon with a password file instead of key #365

Open
laundmo opened this issue Jan 11, 2023 · 0 comments
Open
Labels
enhancement New feature or request rsync rsync Addon

Comments

@laundmo
Copy link

laundmo commented Jan 11, 2023

Which addon?
Rsync

Is your feature request related to a problem? Please describe.
We can only access our NAS through a rsync daemon, which doesn't support key-based auth

Describe the solution you'd like
A setting in the addon configuration to specify the password file, which doesn't require a ssh key. Also needed is a way to specify the full daemon mode path like: rsyncuser@nas::backup/raspi-ha - the syntax for rsyncing with a daemon.

Describe alternatives you've considered
Allowig for defining the full rsync command manually

Additional context
Heres the full command we use to backup other servers files to this NAS:
/usr/bin/rsync -auv --delete --password-file=/root/pwd.txt /hdd/ rsyncuser@nas::backup/server/hdd

@Poeschl Poeschl added rsync rsync Addon enhancement New feature or request labels Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rsync rsync Addon
Projects
None yet
Development

No branches or pull requests

2 participants