#!/bin/bash

rsync -avim --exclude=qa --exclude=ops --link-dest=../ ./ qa
rsync -avim --exclude=qa --exclude=ops --link-dest=../ ./ ops
