#!/bin/bash . /etc/makepkg.conf ARCH=$CARCH SRC_PROFILE=$ARCH-testing-local DEST_PROFILE=$ARCH-testing-local-httpd rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/ DEST_PROFILE=$ARCH-testing-REMOTE rsync --exclude=vbg.jpg --exclude=pacman.conf --delete -av larch/profiles/$SRC_PROFILE/ larch/profiles/$DEST_PROFILE/