#!/bin/sh
FILE=$(cat /backup/output)$(date +"%F_%H-%M-%S").incr.tar
tar --listed-incremental=/backup/state $(cat /backup/exclude) -cf $FILE /
