find . -mtime 1 -type f -print0 | tar -czvf $SYNC_DIR/$BFILE -T - --null
Archive all files modified in the last 24h <span title='2013-10-01 17:09:42 +0000 UTC'>October 1, 2013</span> · len find . -mtime 1 -type f -print0 | tar -czvf $SYNC_DIR/$BFILE -T - --null