You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: