HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/views/restore/steps/step2_top.php
<div class="metabox-holder postbox backwpup-cleared-postbox backwpup-full-width">
	<h3 class="hndle"><span><?php esc_html_e( 'Select Strategy', 'backwpup' ); ?></span></h3>
	<div class="inside">
		<p><?php esc_html_e( 'This page provides two options you can choose from. Your decision affects the behavior of the restore process and decides which files are going to be restored.', 'backwpup' ); ?></p>
		<hr>
		<h3 class="mdl-card__title-text"><?php esc_html_e( 'Full Restore', 'backwpup' ); ?></h3>
		<p>
			<?php
			wp_kses(
				__(
					'This option restores everything. Your database as well as all files within the backup are restored. The backup usually holds files from your <code>wp-content/</code> directory.',
					'backwpup'
				),
				[ 'code' => [] ]
			);
			?>
		</p>

		<h3 class="mdl-card__title-text"><?php esc_html_e( 'Database Only', 'backwpup' ); ?></h3>
		<p><?php esc_html_e( 'The second option is a database only restore. Choosing this option will restore only the database dump. No files will be restored.', 'backwpup' ); ?></p>

		<hr>
		<p>
		<?php
		echo wp_kses(
			__( 'Note: <strong>Full Restore</strong> can only be done if everything is included in the zip file. If your zip file only includes a database export, then only a <strong>Database only</strong> restore can be performed.', 'backwpup' ),
			[ 'strong' => [] ]
		);
		?>
		</p>
	</div>
</div>