Crooked
03-09-2001, 04:36 PM
Hello,
I've been trying to get rsync to work between 2 machines but haven't been having much success. I set up ServerB as a rsync server with an anonymous login directory but I would like it to use permissions set by logins. So how the h#$l do I send the login?
Currently, I'm using this command:
rsync rsync://ServerB.com:/publicdir/. /path/to/local/dir/
This is the only way I have gotten anything to work. If I try to use rsync over ssh, it keeps giving me errors about unknown machines. I would prefer to use the above command rather than ssh, as I will be behind a firewall and using it internally only for backup purposes.
Any help would be much appreciated. I've looked over all the rsync documentation, but it seems rather cryptic to me or maybe I'm just dumb. If there is a better way to do this, let me know!
TIA,
Crooked
I've been trying to get rsync to work between 2 machines but haven't been having much success. I set up ServerB as a rsync server with an anonymous login directory but I would like it to use permissions set by logins. So how the h#$l do I send the login?
Currently, I'm using this command:
rsync rsync://ServerB.com:/publicdir/. /path/to/local/dir/
This is the only way I have gotten anything to work. If I try to use rsync over ssh, it keeps giving me errors about unknown machines. I would prefer to use the above command rather than ssh, as I will be behind a firewall and using it internally only for backup purposes.
Any help would be much appreciated. I've looked over all the rsync documentation, but it seems rather cryptic to me or maybe I'm just dumb. If there is a better way to do this, let me know!
TIA,
Crooked