1 2 3
#!/bin/sh rsync -li --include='.snapshot.[0-9]*' --exclude='*' $RSYNC_ARGS "$@" | \ awk '$5 ~ /^\.snapshot\./{ print substr($5, 11) }'