* Correcting recursive updates.

This commit is contained in:
wirawan
2010-10-29 15:58:51 +00:00
parent c0f67e9992
commit 592d6bd7c9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '+ *.basis' -f '+ /**/' -f '- *'
rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'

View File

@@ -1,2 +1,2 @@
#!/bin/bash
rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *'
rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'

View File

@@ -1,2 +1,2 @@
#!/bin/bash
rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *'
rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'