Displaying 2 results from an estimated 2 matches for "sw01".
Did you mean:
se01
2004 Aug 05
0
[Bug 1582] New: rsync dry run cannot find missing folders, contradicts actual run.
...eate the directory then copy the
junkdir4 directory as it should. But with the dry run option (and the -vvv
debugging option to show what is happening) I get this:
/sw/pd/bin/rsync262 -azvvvn --delete --rsync-path=/sw/pd/bin/rsync262
/export/sw/irix/testirix6/junkdir/junkdir4
elk:/export/sw/irix6/sw01/testirix6/junkdir/
opening connection using rsh elk /sw/pd/bin/rsync262 --server -vvvnlogDtprz
--delete . /export/sw/irix6/sw01/testirix6/junkdir/
building file list ...
[sender] make_file(junkdir4,*,2)
[sender] expand file_list to 131072 bytes, did move
[sender] make_file(junkdir4/gar1,*,2)
[send...
2003 May 06
2
Recursive ssh
Hi all, I want to copy files from a remote server to a local directory with ssh. I've some difficulties with that because on the Remoteserver I have a directory "/www/ftp" with a lot of subdirectories with each of them 4 other subdirectories. I want to sync only */data/* to the local machine without */images/* or */doc/* or */movies/* Any solution would be appreciated. regardsMac