Title: What is the invocation of rsync on the other side?

Folks,

Exactly how is rsync invoked on the remote end, assuming you have
a command line like this?

rsync --archive --recursive --update --links --sparse \
  --rsh='ssh -2' --delete --compress backup@host:/src /dest

The reason I ask is because I would like to use OpenSSH's
"command=" param in its authorized_keys2 file so that I
can restrict the capabilities of the backup users login.

Joel

Reply via email to