/[webpac-proto]/update
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /update

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Sat Jun 8 10:37:50 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: r0, HEAD
Changes since 1.1: +0 -0 lines
initial import

1 dpavlin 1.1 #!/bin/sh
2    
3     opt=-v
4    
5     if [ "$1" = "here" ] ; then
6     from=mjesec.ffzg.hr:/local/
7     to=/local/
8     else
9     from=/local/
10     to=mjesec.ffzg.hr:/local/
11     fi
12    
13     echo "$0: $from -> $to"
14    
15     rsync $opt -azb --exclude "*~" --exclude 'bak/*' --exclude 'index/*' --exclude 'mps-*' --exclude 'openisis*' --exclude 'users/passwd' --exclude 'users/group' --exclude 'search/logs/*' --exclude 'search/accounts/*' $from $to
16    

  ViewVC Help
Powered by ViewVC 1.1.26