#!/bin/bash # Copyright (C) 2009 Herbert Straub mail@straub.co.at # License: GNU/GPL Version 3 # For details see: http://www.gnu.org/licenses/gpl.html if [ $# -ne "3" ]; then echo $(basename $0) "snapshotcount sourcedir destinationdir" cat <