Changes between Version 10 and Version 11 of JBSsandbox/PlasticSlices


Ignore:
Timestamp:
04/21/14 11:09:36 (10 years ago)
Author:
Josh Smift
Comment:

Expanded rsync aliases, and added a chgrp to make sure things stay group-writable.

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/PlasticSlices

    v10 v11  
    2020 * Your default project in your Omni config file should be 'gpo-infra'.
    2121 * Your 'users' list in your Omni config file should include the gpo-infra users.
     22 * The system where you plan to process logs should have the 'gpo' group, and you should be a member of it.
    2223 * You should run the various commands all in one shell, because some of the later steps assume that you've run the commands in some of the previous steps. You can run some things in other windows if you know what you're doing, but if you're wrong, things won't work as you expect.
    2324 * You should have the following shell functions or aliases (e.g. in your .bashrc):
     
    263264
    264265cp ~/slices/plastic-slices/config/*json ~/tmp/plastic-slices/$subdir
    265 rscpc ~/slices/plastic-slices/hosts/ ~/tmp/plastic-slices/$subdir/00hosts
    266 rscpc ~/slices/plastic-slices/logins/ ~/tmp/plastic-slices/$subdir/00logins
    267 rscpc ~/slices/plastic-slices/ssh_config/ ~/tmp/plastic-slices/$subdir/00ssh_config
     266rsync -avC ~/slices/plastic-slices/hosts/ ~/tmp/plastic-slices/$subdir/00hosts
     267rsync -avC ~/slices/plastic-slices/logins/ ~/tmp/plastic-slices/$subdir/00logins
     268rsync -avC ~/slices/plastic-slices/ssh_config/ ~/tmp/plastic-slices/$subdir/00ssh_config
    268269}}}
    269270
     
    319320
    320321{{{
     322chgrp -R gpo ~/tmp/plastic-slices/$subdir
    321323rsync -av ~/tmp/plastic-slices/$subdir www.gpolab.bbn.com:/srv/www/plastic-slices/continuation
    322324}}}
     
    329331subdir=<a directory>
    330332
    331 rscpd anubis:tmp/plastic-slices/$subdir/pngs ~/tmp/plastic-slices/$subdir
     333rsync -av --delete --delete-excluded anubis:tmp/plastic-slices/$subdir/pngs ~/tmp/plastic-slices/$subdir
    332334}}}
    333335