Re: rsync password-file format

2025-06-26 Thread bruce
sometimes another set of eyes to see!! the list is helpful On Thu, Jun 26, 2025, 5:36 PM Robert Moskowitz via users < users@lists.fedoraproject.org> wrote: > > > On 6/26/25 5:26 PM, Jeffrey Walton wrote: > > On Thu, Jun 26, 2025 at 5:21 PM Robert Moskowitz via users > > wrote: > >> I *AM* run

Re: rsync password-file format

2025-06-26 Thread Robert Moskowitz via users
On 6/26/25 5:26 PM, Jeffrey Walton wrote: On Thu, Jun 26, 2025 at 5:21 PM Robert Moskowitz via users wrote: I *AM* running rsyncd on the target server. If I provide: rsync -ah --stats /home/rgm/r/ rsync://rgm@homestor/rgm/r/ I get prompted for the password in the /etc/rsyncd.secrets file,

Re: rsync password-file format

2025-06-26 Thread Jeffrey Walton
On Thu, Jun 26, 2025 at 5:21 PM Robert Moskowitz via users wrote: > > I *AM* running rsyncd on the target server. > > If I provide: > > rsync -ah --stats /home/rgm/r/ rsync://rgm@homestor/rgm/r/ > > I get prompted for the password in the /etc/rsyncd.secrets file, and it > works. > > I now create a

rsync password-file format

2025-06-26 Thread Robert Moskowitz via users
I *AM* running rsyncd on the target server. If I provide: rsync -ah --stats /home/rgm/r/ rsync://rgm@homestor/rgm/r/ I get prompted for the password in the /etc/rsyncd.secrets file, and it works. I now create a local file ~/rsync.pswd with chmod 440, and run: rsync -ah --password-file=/home