Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi. Total noob question; What is the syntax I use to copy (CP) files from one DNS to another on the same LAN?
I can't find the info anywhere.......
Offline
if your other DNS has SSH enabled use the following:
scp -R /mnt/HD_a2/* root@(ipaddress of other DNS):/mnt/HD_a2/
then it will ask for root ssh password
this will copy the contents accross for extra help google "man scp"
Offline
You can also run the rsync daemon on one and issue an rsync command on the other to copy files over.
Offline
Nice one! Many thanks.
Offline
One other thing, now this all works great - but how do you get SSH connection to not terminate commands in progress when you end the session 'persistence'?
Offline
screen !
It creates a session which is kept alive to which you can detach and later re-attach.
http://inreto.de/dns323/fun-plug/0.5/pa … .0.3-2.tgz
Last edited by bjby (2011-09-20 21:51:31)
Offline
Thanks! I'll look into that.
Offline
Pages: 1