all:	
	echo OK
backup:
	bash backup-mysql.sh

cleanup-empty-files:
	bash cleanup-empty-files.sh
