bash mkdir -p for recursive subdirectory creation

1
mkdir -p "$BACKUP_DIR/$client/$year/$month/$day"

source:stackOverflow