<?=gettext("Be aware of how much space is consumed by backups before adjusting this value. Current space used by backups: ");?><?=exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'")?>
<?=gettext('Be aware of how much space is consumed by backups before adjusting this value.');?>
<?phpif(count($confvers)){
printgettext('Current space used:').' '.exec("/usr/bin/du -sh /conf/backup | /usr/bin/awk '{print $1;}'");