i get a problem in use cwrsync in windows, when i use the
password-file. i get the error below: the password-file must not
world-wild read. and when i use rsync in the cygwin with the same
command, it just succeed. if i input the password directly, both ok.
--
从我的移动设备发送
contact me:
MSN: walke...
On Thu, Nov 10, 2005 at 04:37:18PM +0100, Jan Verbesselt wrote:
> rsync -avzuC --delete --password-file=/cygdrive/d/test/test.txt
> /cygdrive/d/test/ [EMAIL PROTECTED]:/home/janvb/test
The --password-file option is used for connecting with an rsync daemon,
so it has no effect on the password promp
Check if your password file is saved in Unicode format.
They should be in ASCII text format.
Rgrds Tev
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jan VerbesseltSent: 10. november 2005 16:37To:
rsync@lists.samba.orgSubject: rsync --password-file
Dear list,
I’m using rsync via CYGWIN (winxp) compu to access our SUSE linux
station for backup purposes. I would like to run this regularly, via BAT files,
however the password stays necessary (prompt), after using a –pasword-file=/…
There is no error message but password stays nec
Ugh,
Thanks everyone. What a Monday I came back to after the long weekend.
If I had my head screwed on straight... I already knew all this but forgot
in the heat of non related issues.
Again! Thanks!
Matt Anderson
On Monday 26 November 2001 2:53 pm, you wrote:
> Hello everyone.
> I can't se
On Mon, Nov 26, 2001 at 02:53:30PM -0800, Matt Anderson wrote:
> Hello everyone.
> I can't seem to get the --password-file= option to work correctly. I'm using
> ssh as the transport. I've got the file 0600 and only the password with no
> carriage return.
> Can someone provide an example of us
Hello everyone.
I can't seem to get the --password-file= option to work correctly. I'm using
ssh as the transport. I've got the file 0600 and only the password with no
carriage return.
Can someone provide an example of use. Here is my try:
rsync -rtvvuz -e ssh --password-file= /home/matt/*
r