1753850 Members
7210 Online
108807 Solutions
New Discussion юеВ

Re: rdist command.

 
Manuales
Super Advisor

rdist command.

Hi ..
how can i keep information from one server to another one using a different path?
i mean:

server A:
source path: /users/user1

server B:
remote paht: /interfaces

i want to send the information under /users/user1/*.* into /interfaces/ remote directory, at the end i want to see the files into remote server as: /interfaces/users/user1/(files)

thanks in advance.
Daniela.
3 REPLIES 3
Roman Schmidt
Frequent Advisor

Re: rdist command.

the format for destination:

@:
Manuales
Super Advisor

Re: rdist command.

├В┬┐?
Roman Schmidt
Frequent Advisor

Re: rdist command.

i don't know if i understand you right, but you want to copy file from host a to host b using different paths?

you could use scp:

scp /users/user1/* username@host2:/interfaces/users/user1/

i don't know about the rdisk syntax but maybe scp does what you want.

hope that helps