On Thu, Jan 19, 2006 at 07:29:27AM -0600, Bob Gilbertson wrote:
> Does ssh work by itself?  Authorized keys setup, no passphrase, etc?
> Haven't used some of the options myself so don't know how they may
> interact but appears --ignore-errors and --delete-excluded should be
> used with caution.

Yes, ssh works using the ssh-agent. The backups are fine except that they
keep accumulating old files. The --ignore-errors is part of my
testing/debugging process; it wasn't in the original call.

I think ssh is the default transport for rsync now, spelling it out on
the command line is just to make sure that doesn't change.

> I usually use something like
> rsync -avz --delete user at client:/dir_to_backup /backup_dirs/
> manually for backup.  Get rsync working without ssh first.   Ssh works
> great once set up, but can be finicky getting set up properly IMO.
> 
> Bob
>