I'm sure this has been asked a zillion times so I searched for hours before
posting this. How can there be so little documentation on this.
Point me to what to read.
rsh is good:
[g3p:~] smith% rsh -l a1012 sv1.domain.com
Password:
{[EMAIL PROTECTED]:65}
rsync not good:
[g3p:~] smith% rsync
>
>> rsh is good:
>>
>> [g3p:~] smith% rsh -l a1012 sv1.domain.com
>> Password:
>> {[EMAIL PROTECTED]:65}
>>
>> rsync not good:
>> ...
>
> actually, "rsh" is not good enough. it's asking you for a password,
> which means without user/pwd authentication it won't run.
>
Being it's a secret whe
Hello,
Here's what I'm using to copy files from source to
dest.
rsync -av --backup --backup-dir=02_06_01 --links \
--delete dir /net/home/sam
Consider a file, say A, that is exactly the same on
the source and the dest. We know rsync won't copy it
to the dest.
Case 1:
If A is removed fro