Re: computer name on a LAN

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Somebody in the thread at some point said:
> Aaron:
>> I am not sure what you are doing ...
> 
> Trying to learn rsync. To that end, I delved into rcp. I'm trying to
> config things so that I can do something like 'rcp <file> <name of other
> machine>:'.

It seems rsync will be a lot easier to learn and use than rcp... you
just need a working sshd on the other machine with port 22 open.  Then

rsync -av /path/on/local/box user@remoteip:/path/on/remote/box

is all you need to copy the local contents of /path/on/local/box to
/path/on/remote/box on the other machine.  As a side issue, if it
happens that some of the files are already there, they won't get sent
again, speeding things up.

Eg,

rsync -av /home/fred root@xxxxxxxxxxxx:/backups/fred

AFAIK rcp bulk transfer is not encrypted, whereas with rsync-over-ssh it
will be.

-Andy

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux