I have box1 with ssh and box2 with ssh client and rsync from box2 I run: rsync -vvprogt --delete -e /usr/bin/ssh [EMAIL PROTECTED]:/home /home
and it will sync box1 /home to box2 /home with no problem but if i want to go in /etc/ssh/sshd_config and disable root login how can I still rsync the remote location if sshd_config root is diables: ex I know i can run rsync -vvprogt --delete -e /usr/bin/ssh [EMAIL PROTECTED]:/home /home but foo does not have rights to see all the folders in /home. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html