#!/bin/sh
#
# Copyright (C) 2002-2009 FAUmachine Team <info@faumachine.org>.
# This program is free software. You can redistribute it and/or modify it
# under the terms of the GNU General Public License, either version 2 of
# the License, or (at your option) any later version. See COPYING.
#

export RSYNC_RSH=ssh

rsync -v -r -t -p --delete faui31f:/proj/FAUmachine/. /proj/FAUmachine 2>&1 \
| grep -v '/$' \
| tee /tmp/rsync.log
