onsdag 10 januari 2007 14:45 skrev Herbert Georg: > By default, when scp copies links from a machine to another, it > transfers the actual file instead. > How can I make scp to create the corresponding link in the destination > machine, instead of copying the file, and increasing the occupied space > in disk? >
It can't. Use rsync instead. (You don't need an rsync server, rsync can connect to an ssh server.) -- !++ ! Lennart Börjeson, Cinnober Financial Technology AB ! Industrigatan 2A, S-112 46 STOCKHOLM ! Sverige/Sweden/Schweden/Suède ! phone:+46-8-50304717 gsm:+46-70-3394717 fax:+46-8-50304701 !-- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
