updated restore backup warning message and changed archive.Extract to ignore irregular files

This commit is contained in:
Gani Georgiev
2024-03-17 15:43:27 +02:00
parent be40803d31
commit 48153d4542
36 changed files with 81 additions and 56 deletions
@@ -80,16 +80,16 @@
<i class="ri-alert-line" />
</div>
<div class="content">
<p class="txt-bold">
Please proceed with caution.
<br />
Backup restore is still experimental and currently works only on UNIX based systems.
</p>
<p class="txt-bold">Please proceed with caution and use it only with trusted backup sources.</p>
<p>Backup restore is still experimental and currently works only on UNIX based systems.</p>
<p>
The restore operation will attempt to replace your existing <code>pb_data</code> with the one from
the backup and will restart the application process.
</p>
<p>Nothing will happen if the backup file is invalid or incompatible.</p>
<p>
Nothing will happen if the backup file is invalid or incompatible (ex. missing
<code>data.db</code> file).
</p>
</div>
</div>