#!/bin/sh
#
# $Id: syncrep,v 1.3 2009/02/13 21:16:35 vrsieh Exp $
#
# 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/FAUcc/. /proj/FAUcc 2>&1 \
| grep -v '/$' \
| tee /tmp/rsync.log
