mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
ui: 🎨 integration of Pika Backup in the wizard
This commit is contained in:
parent
e2cd515ee6
commit
026497303d
4 changed files with 31 additions and 13 deletions
|
|
@ -39,11 +39,20 @@ function WizardStep1() {
|
|||
Graphical User Interface
|
||||
</h1>
|
||||
<div className={classes.description}>
|
||||
<b>Vorta</b> is an opensource (GPLv3) backup client for Borg Backup.
|
||||
<br />
|
||||
It runs on Linux, MacOS and Windows (via Windows’ Linux Subsystem (WSL)). Find the right way
|
||||
to install it{' '}
|
||||
BorgWarehouse is <b>compatible with all BorgBackup graphical clients</b>, including the
|
||||
well-known{' '}
|
||||
<a href='https://apps.gnome.org/PikaBackup/' target='_blank' rel='noreferrer'>
|
||||
Pika Backup
|
||||
</a>{' '}
|
||||
and{' '}
|
||||
<a href='https://vorta.borgbase.com/' target='_blank' rel='noreferrer'>
|
||||
Vorta
|
||||
</a>
|
||||
.
|
||||
<br />
|
||||
Vorta runs on Linux, MacOS and Windows (via Windows’ Linux Subsystem (WSL)). Find the right
|
||||
way to install it{' '}
|
||||
<a href='https://vorta.borgbase.com/install/' target='_blank' rel='noreferrer'>
|
||||
just here
|
||||
</a>
|
||||
.
|
||||
|
|
|
|||
|
|
@ -69,10 +69,10 @@ function WizardStep2(props) {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Vorta</h2>
|
||||
<h2>Pika, Vorta...</h2>
|
||||
<div className={classes.description}>
|
||||
To "Initialize a new repository" or "Add existing repository", copy this into the field
|
||||
"Repository URL" of Vorta :
|
||||
"Repository URL" of your graphical client :
|
||||
<br />
|
||||
<div
|
||||
style={{
|
||||
|
|
@ -91,11 +91,6 @@ function WizardStep2(props) {
|
|||
dataToCopy={`ssh://${UNIX_USER}@${FQDN}${SSH_SERVER_PORT}/./${props.selectedOption.repositoryName}`}
|
||||
/>
|
||||
</div>
|
||||
For more information about the Vorta graphical client, please refer to{' '}
|
||||
<a href='https://vorta.borgbase.com/usage/remote/' rel='noreferrer' target='_blank'>
|
||||
this documentation
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
|
||||
<div className={classes.separator} />
|
||||
|
|
|
|||
|
|
@ -155,12 +155,17 @@ function WizardStep3(props) {
|
|||
</a>{' '}
|
||||
for a consistency check.
|
||||
</div>
|
||||
<h2>Vorta</h2>
|
||||
<h2>Pika, Vorta...</h2>
|
||||
<div className={classes.description}>
|
||||
If you are using the Vorta graphical client, please refer to{' '}
|
||||
<a href='https://vorta.borgbase.com/usage/' rel='noreferrer' target='_blank'>
|
||||
this documentation
|
||||
</a>
|
||||
.<br />
|
||||
If you are using Pika, please refer to{' '}
|
||||
<a href='https://apps.gnome.org/PikaBackup/' rel='noreferrer' target='_blank'>
|
||||
this documentation
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ consistency:
|
|||
</div>
|
||||
|
||||
<div className={classes.separator} />
|
||||
<h2>Vorta</h2>
|
||||
<h2>Pika, Vorta...</h2>
|
||||
<div className={classes.description}>
|
||||
If you are using the Vorta graphical client, please refer to
|
||||
<a
|
||||
|
|
@ -80,6 +80,15 @@ consistency:
|
|||
>
|
||||
this documentation
|
||||
</a>
|
||||
.<br />
|
||||
If you are using Pika Backup, please refer to
|
||||
<a
|
||||
href='https://world.pages.gitlab.gnome.org/pika-backup/help/C/feature-schedule.html'
|
||||
rel='noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
this documentation
|
||||
</a>
|
||||
.
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue