<x-forms.checkboxlabel="Backup All Databases"id="dumpAll"instantSave/>
</div>
@if(!$backup->dump_all)
<x-forms.inputlabel="Databases To Backup"helper="Comma separated list of databases to backup. Empty will include the default one."id="databasesToBackup"/>
<x-forms.inputlabel="Databases To Include"helper="A list of databases to backup. You can specify which collection(s) per database to exclude from the backup. Empty will include all databases and collections.<br><br>Example:<br><br>database1:collection1,collection2|database2:collection3,collection4<br><br> database1 will include all collections except collection1 and collection2. <br>database2 will include all collections except collection3 and collection4.<br><br>Another Example:<br><br>database1:collection1|database2<br><br> database1 will include all collections except collection1.<br>database2 will include ALL collections."id="databasesToBackup"/>
<x-forms.checkboxlabel="Backup All Databases"id="dumpAll"instantSave/>
</div>
@if(!$backup->dump_all)
<x-forms.inputlabel="Databases To Backup"helper="Comma separated list of databases to backup. Empty will include the default one."id="databasesToBackup"/>
<x-forms.checkboxlabel="Backup All Databases"id="dumpAll"instantSave/>
</div>
@if(!$backup->dump_all)
<x-forms.inputlabel="Databases To Backup"helper="Comma separated list of databases to backup. Empty will include the default one."id="databasesToBackup"/>
<x-forms.inputlabel="Timezone"id="timezone"disabledhelper="The timezone of the server where the backup is scheduled to run (if not set, the instance timezone will be used)"/>
<x-forms.inputlabel="Number of backups to keep"id="databaseBackupRetentionAmountLocally"type="number"min="0"helper="Keeps only the specified number of most recent backups on the server. Set to 0 for unlimited backups."/>
<x-forms.inputlabel="Days to keep backups"id="databaseBackupRetentionDaysLocally"type="number"min="0"helper="Automatically removes backups older than the specified number of days. Set to 0 for no time limit."/>
<x-forms.inputlabel="Number of backups to keep"id="databaseBackupRetentionAmountS3"type="number"min="0"helper="Keeps only the specified number of most recent backups on S3 storage. Set to 0 for unlimited backups."/>
<x-forms.inputlabel="Days to keep backups"id="databaseBackupRetentionDaysS3"type="number"min="0"helper="Automatically removes S3 backups older than the specified number of days. Set to 0 for no time limit."/>
<x-forms.inputlabel="Maximum storage (GB)"id="databaseBackupRetentionMaxStorageS3"type="number"min="0"helper="When total size of all backups in the current backup job exceeds this limit in GB, the oldest backups will be removed. Set to 0 for unlimited storage."/>