search for: mccssmb2

Displaying 3 results from an estimated 3 matches for "mccssmb2".

2007 Sep 22
0
rsync build on IA64 using icc
I got numerous warnings when building rsync on IA64 (Itanium-2) using Intel C/C++ compiler (see attached). Is this expected? Thanks, Michael -------------- next part -------------- Script started on Fri 21 Sep 2007 06:14:05 PM BST ~/src$ ls -alt total 222884 -rw-r--r-- 1 mccssmb2 mcc101 0 Sep 21 18:14 build_rsync drwxr-xr-x 8 mccssmb2 mcc101 4096 Sep 21 18:14 . -rw-r--r-- 1 mccssmb2 mcc101 811841 Sep 21 18:02 rsync-2.6.9.tar.gz drwxr-xr-x 33 mccssmb2 mcc101 4096 Sep 21 18:02 .. drwxr-xr-x 8 mccssmb2 mcc101 4096 May 11 17:51 parallel-netcdf-1...
2007 Sep 22
1
rsync not running on IA64
I have built rsync on IA64 using Intel's 'icc' compiler and can run the rsync executable interactively but when attempting to run under 'crontab' I get the following error: + /home/horace/mccssmb2/src/rsync-2.6.9/rsync -z --partial -v --progress --recursive --stats --times --links --exclude-from=/project/horace/mcc101/.rsync-EXCLUDE --timeout=1200 /project/horace/mcc101 mkb@veri.phy{}:/media/disk/BACKUPS/horace/project /home/horace/mccssmb2/src/rsync-2.6.9/rsync: error while loading shared l...
2008 Sep 23
1
help required for passing parameters to rsync within a script
I'm attempting to write a short script to copy all 'CONC*' files in any subdir under ./ using rsync and filters but I can't get the correct quoting/escaping... any ideas? eg cmd line (all on a single line): /home/horace/mccssmb2/src/rsync-2.6.9__icc/rsync --times --links -z --progress --stats -v -rP --filter='+ */' --filter='+ CONC*' --filter='- *' . michael@ratty.phy.umist.ac.uk:/data_hdd1/michael/`basename $PWD` but I can't see how to sort FILTER in this bash script such that + and */ all wo...